Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmok authored Jun 7, 2020
1 parent e630b04 commit b2694f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# blockchain-certificate
This Dapps allows certificate issuers to create certification records for learners. Certificate records can be verified by a search function. Certificate records are stored in Ethereum blockchain on TestRPC (or Ganache) test network.

Go through the following steps to run the apps.

1. Run Ganache-cli with the command node_modules/.bin/ganache-cli
2. Run deploy-contract.js to create some initial testing data.
3. From Step 1, note the contract address. Configure it under "contractAddress" at js/lib/app-config.js
4. Launch http://localhost to start browsing the apps.

0 comments on commit b2694f6

Please sign in to comment.