Skip to content

varun1524/user_authentication_blockchain_hyperledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Enviornment

  • 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'

Miscellaneous:

node userchain.js "--peer.address" "172.23.0.6:7052"

Cleanup if already setup an environment

  • docker rm $(docker ps -aq)
  • docker network prune
  • docker rmi $(docker images dev-* -q)

Reference Links

  1. https://hyperledger-fabric.readthedocs.io/en/latest/build_network.html
  2. https://hyperledger-fabric.readthedocs.io/en/latest/install.html
  3. https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html
  4. SDK Documentation: https://fabric-sdk-node.github.io/release-1.3/index.html

Project Dependancies

This project contains Front End part of project "User Authentication Using Blockchain Technology".

The whole project is divided in 3 parts

  1. User Interface
  2. Back End Server
  3. Blockchain Network

In order to run the application, we need to have all 3 part of application running in the system.

About

user authentication hyperledger fabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published