Skip to content

vivek-design/Certichain

 
 

Repository files navigation

Certichain

Store the IPFS hash[for certificates] securely in blockchain Running project starts on 31/05/2020

How to use

git clone the branch TruffleReact branch


Note : Do not collapse any terminal

terminal1
    1.  npm install
    2.  truffle develop
terminal2
    1. truffle migrate --reset --network ropsten

Go to Metamask

switch to custom network and place the config you got from truffle develop command (most probably will run on 8545 or 7545)
import some accounts with their private key mentioned in truffle develop . To make it work remember to import the first account.
terminal3
    cd client 
    cd src
    npm start

will take you directly on the webpage of this react app and will ask for transaction confirmation from metamask.

Backend completed on 24/10/2020

integration and react components on

About

Store the IPFS hash[for certificates] securely in blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • Solidity 10.4%
  • HTML 7.5%
  • CSS 3.1%