Part 1,
This project uses Tiniest Blockchain - 1.
Part 2,
This project uses Tiniest Blockchain - 2.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/tiniest-blockchain/tiniest_blockchain_part_1; npm install
-
Start your app
node index.js
Running the instance through DOCKER
- docker-compose up -d
- Browse the app in the browser with http://localhost:3000
(or)
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/tiniest-blockchain/tiniest_blockchain_part_2; npm install
-
Start your app
node index.js
Simply run npm test
and all your tests in the test/
directory will be run.
Simply run npm run coverage:nyc
or npm run coverage:ist
to get the test coverage in coverage folder
1.0.0
- Initial release
Copyright (c) 2019
Licensed under the MIT license.
Senthil Kumar Bhaskaran