Skip to content

An application to Identity management and issuance of certificates and sharing of certificates on the blockchain

Notifications You must be signed in to change notification settings

shivamangina/certifi

Repository files navigation

Certifi

An application to Identity management and issuance of certificates and sharing of certificates on the blockchain

View PPT

View Demo

Our Contract is deployed on Ropsten, so please Connect to Ropsten tesnet to get started.

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • React JS
  • Tailwind CSS
  • Hard Hat
  • Solidity
  • Ganache
  • Remix
  • Ethereum
  • Metamask

To Run the Project

  1. Metamask : Install wallet extension on your browser.
  2. Ganache: Install ganache in your system and create basic setup and import some accounts in your metamask wallet
// Solidity
$ cd solidity
$ npm install
$ npx hardhat clean
$ npx hardhat compile
$ npx hardhat run .\scripts\deploy.js --network ropsten
$ npx hardhat --network ropsten verify {YOUR_CONTRACT_ADDRESS}

// React
$ npm install
$ npm start

👫 Contributors

About

An application to Identity management and issuance of certificates and sharing of certificates on the blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published