ProofOfCertificate
Blockchain Anti-Falsification Solution for Academic Diplomas and Certificates
Contribute or Test
Updates
Current code uses
- Node v8.9.3
- npm v4.6.1
- testrpc v6.0.3
- Truffle v4.0.5
Requirement
- 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"
Run
$ git clone https://github.com/samueldinesh/ProofOfCertificate/
$ cd ProofOfCertificate/
$ npm install
$ testrpc (Open a new terminal and run)
$ truffle migrate
$ npm run dev