Skip to content

Hyperledger fabric private data exploration.

Notifications You must be signed in to change notification settings

dineshrivankar/fabric-private-data

Repository files navigation

Fabric Private Data

This tutorial will help to understand the private data storage and retrieval by authorised and unauthorised organisation.

Installation Guide

Kindly install all the Prerequisites mentioned on the official documentation. Make sure we have all the Docker Images downloaded locally. For exploration, take a VM with 16GB and 4 vCPU.

# Step 1

Clone the git repository on VM as below.

    git clone https://github.com/dineshrivankar/fabric-private-data.git

# Step 2

Create a Swarm Network by running the below script from home directory of the cloned repository.

    ./network-setup.sh

# Step 3

Generate Crypto material for all the participants and Deploy the peers by running the below script. For exploration we will use Solo mode for the Ordering service

     ./deploy.sh

# Step 4

Org1 runs a cli container, below script will create a channel, join all the peers to the channel, install & instantiate chaincode, invoke & query chaincode.

     ./run.sh

# Step 5

Reset the network by running below script.

     ./reset.sh 

That’s it!

Feel free to submit a PR.

About

Hyperledger fabric private data exploration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published