From b2694f60acc23257bc8a217a39bd4f7aade9fbf1 Mon Sep 17 00:00:00 2001 From: Simon Mok Date: Sun, 7 Jun 2020 18:58:35 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 395bbca..e0e7746 100644 --- a/README.md +++ b/README.md @@ -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.