Giter VIP home page Giter VIP logo

sadanandmiskin / empverify_deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kuldeepkumar2212/empverify

0.0 0.0 0.0 936 KB

EMPVERIFY is a platform which allows Document verification of the Employee which is added by his/her organization by Verifier powered by Blockchain

Home Page: https://empverify.onrender.com

JavaScript 45.03% CSS 8.91% EJS 39.31% Solidity 6.76%
blockchain ethereum mern nodejs solidity

empverify_deploy's Introduction

This repository is the Deployed version. To run the application locally Click Here.

logo

EMPVERIFY is a platform which allows Document verification of the Employee which is added by his/her organization by Verifier powered by Blockchain

Technologies used

  • MongoDB: A NoSQL database used for storing data.
  • Express: A web application framework for Node.js used for building the server-side application.
  • Node.js: A JavaScript runtime used for executing JavaScript code on the server-side.
  • Ganache: A personal blockchain for Ethereum development used for testing and deploying smart contracts.
  • IPFS: A peer-to-peer file sharing protocol used for storing and sharing files.
  • Metamask: A browser extension used for interacting with the Ethereum blockchain.
  • Solidity: Writing Smart contracts on Ethereum Blockchain.

Working

image image

Setup

  1. Clone the repository: https://github.com/kuldeepkumar2212/EMPVERIFY

  2. Open Ganache and create a new Project

  3. Install MetaMask in browser and import the local blockchain network details from 'Ganache'

  • ( Top Left Corner > Add Network > Add netwotk Manually > Add RPC URL link (from Ganache) > save > Switch to the Ganache network)
  1. Import Required accounts from Ganache to MetaMask (required)

  2. Open terminal and run ipfs daemon

  3. Install dependencies: npm install or yarn install

  4. Compile the contract using:

    • npm run compile
  • (Copy the created contract address from "Transactions" tab in Ganache and paste in .env)
  1. Create a .env file in the root directory and add the following variables:
  • as of .env-example
  1. Run the development server:

    • npm run dev
  2. Access the application: Server running on http://localhost:3000

Usage

  • Admin logins and able to add Organizations.
  • Once when admin adds organization only then organization can login (No self registration).
  • Then Orgs can add its Employees and their documents where documents are saved in IPFS with corresponding employee detail.
  • (No self Registration for Employee) Employee can view his/her documents in profile and check for any requests for docs by verifier.
  • Verfier register himself and then using wallet address of the employee the verifier can request required documents for that particulat employee.
  • Employee can able to Accept or Revoke the request by verifier
  • The document Link shared to verifier is a Temporary Link and after Revoked by employeee the link will be expired.

empverify_deploy's People

Contributors

sadanandmiskin avatar kuldeepkumar2212 avatar md-javeed-aktar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.