Skip to content

manuelrobert/decentralized_data_vault

Repository files navigation

Basic-Block-Chain-Network

This is a very basic blockchain network build using hyperledger fabric 2.2.0 with the help of its binaries and samples. Before setting up the network follow https://hyperledger-fabric.readthedocs.io/en/release-2.2/prereqs.html for prerequisites and https://hyperledger-fabric.readthedocs.io/en/release-2.2/install.html to install hyperledeger fabric binaries and samples.

Steps to setup the network:

1.To start the network run ./network.sh up .

2.To create channel run ./network.sh createChannel .

3.To deploy chaincode run ./network.sh deployCC .

4.To stop the network run ./network.sh down .

To integrate Hyperledger Explorer:

1.From this directory run cd explorer.

2.Run the docker file using the command docker-compose up -d.

3.Then use a browser and open the link localhost:8080/

4. Use the id and password given in connection profile to login.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published