Skip to content

parvmor/DocShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocShare

An application to share documents via blockchain. Hyperledger fabric is used as a framework here.

To start the network go to the network folder and execute:

  • $ ./network.sh up

To compile the code run the following commands in the base directory:

  • $ go get -v
  • $ go build

To run the code execute the following command:

  • $ ./docshare

To shut down the network go to the network folder and execute:

  • $ ./network.sh down

The base code is mostly inspired from here

About

A hyperledger framework to store transactions of files in blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published