/ProofOfCertificate

Blockchain Anti-Falsification Solution for Academic Diplomas and Certificates

Primary LanguageJavaScript

ProofOfCertificate

Blockchain Anti-Falsification Solution for Academic Diplomas and Certificates

Contribute or Test

Updates

Current code uses

  1. Node v8.9.3
  2. npm v4.6.1
  3. testrpc v6.0.3
  4. Truffle v4.0.5

Requirement

  1. install Nodejs v.8+ and npm v.4+
  2. install local blockchain network like, testrpc or ganache gui/cli. Here "npm install -g ethereumjs-testrpc" is used.
  3. 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