This is a simple blockchain web service to store data in private blockchain.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Following technologies are used in this project:
- Node.js
- ReaccJs
- Bootstrap
Installing Node and NPM is pretty straightforward using the installer package available from the (Node.js® web site)[https://nodejs.org/en/].
- Test your node installation by typing below command in terminal
node --version
- Installing project dependencies
npm install
- Start the application and browse it at : http://localhost:3000
Note :npm start
will invoke./bin/www
script which contains web service startup script
npm start