- Install node
- Install Docker and Docker Compose
- make current directory hyperledger/userchain/
- execute the bash script './startFabric.sh' or 'sh startFabric.sh'
- open new terminal and execute 'npm start'
node userchain.js "--peer.address" "172.23.0.6:7052"
- docker rm $(docker ps -aq)
- docker network prune
- docker rmi $(docker images dev-* -q)
- https://hyperledger-fabric.readthedocs.io/en/latest/build_network.html
- https://hyperledger-fabric.readthedocs.io/en/latest/install.html
- https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html
- SDK Documentation: https://fabric-sdk-node.github.io/release-1.3/index.html
This project contains Front End part of project "User Authentication Using Blockchain Technology".
The whole project is divided in 3 parts
In order to run the application, we need to have all 3 part of application running in the system.