Blockchain Anti-Falsification Solution for Academic Diplomas and Certificates
Current code uses
- Node v8.9.3
- npm v4.6.1
- testrpc v6.0.3
- Truffle v4.0.5
- install Nodejs v.8+ and npm v.4+
- install local blockchain network like, testrpc or ganache gui/cli. Here "npm install -g ethereumjs-testrpc" is used.
- install truffle "npm install -g truffle@4.0.5"
- $git clone https://github.com/samueldinesh/ProofOfCertificate/
- $cd ProofOfCertificate/
- $npm install
- $testrpc in another terminal
- $truffle migrate
- $npm run dev