Skip to content

joequant/hyperledger

This branch is 109 commits ahead of, 22 commits behind yeasy/docker-hyperledger:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

761d5d8 · Aug 20, 2016
Jul 9, 2016
Apr 17, 2016
Aug 20, 2016
May 14, 2016
Jul 11, 2016
Aug 20, 2016
May 14, 2016
Apr 17, 2016
Jul 11, 2016
Jun 27, 2016
Jul 27, 2016
May 14, 2016
Apr 17, 2016
May 12, 2016
Apr 17, 2016
Jun 27, 2016
May 14, 2016
Apr 17, 2016
Apr 17, 2016
Jul 11, 2016
Aug 2, 2016
May 23, 2016

Repository files navigation

Docker-Hyperledger

Base Docker images for Hyperledger.

Quick Start

Make sure that docker runs with options

--api-cors-header="*" -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock

install-docker.sh does this on Redhat/Mageia systems

If you want to build the image locally rather than download the dockerhub image

./fabric-setup.sh

Otherwise

./startnet.sh or ./startnet-secure.sh

Run test items

./fabric-run.sh scripts/deploy.sh ./fabric-run.sh scripts/run-test.sh ./fabric-rest.js json/method.chaincode.json json/example02-deploy.json ./fabric-rest.js json/method.chaincode.json json/example02-invoke.json ./fabric-rest.js json/method.chaincode.json json/example02-query.json

Supported tags and respective Dockerfile links

For more information about this image and its history, please see the relevant manifest file in the joequant/hyperledger GitHub repo.

How to use this image?

The docker image is auto built at https://registry.hub.docker.com/u/yeasy/hyperledger/.

install hyperledger

Install hyperledger and build the fabric as peer

Notes

fabric-rest.js json/chain.method

About

Docker image for hyperledger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.4%
  • JavaScript 24.6%