-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |