An application to Identity management and issuance of certificates and sharing of certificates on the blockchain
View Demo
Our Contract is deployed on Ropsten
, so please Connect to Ropsten
tesnet to get started.
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
- Metamask : Install wallet extension on your browser.
- 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