Samples for Hyperledger Fabric
Find a file
Matthew Sykes 61c33d3fba [FAB-15973] use --output json on simulatecommit
Change-Id: Ic31b390898f1981a0138935990ff11a3902007ee
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
2019-07-16 12:24:11 -04:00
.github Configure Stale ProBot 2018-12-30 02:02:14 -08:00
basic-network Use official CouchDB image 2019-05-05 09:01:01 -04:00
chaincode FAB-15782 Sample Go CC should include deps 2019-06-25 09:50:31 -04:00
chaincode-docker-devmode Merge "[FAB-15723] Fix script and instruction with ccenv" 2019-07-10 09:45:20 +00:00
commercial-paper [FAB-15717] fix Error Unexpected end of JSON input 2019-06-18 14:56:18 +00:00
docs [FAB-15573] Fix typo in fabric-samples-ci.md 2019-06-04 21:23:14 +00:00
fabcar [FAB-15649]Fix Fabcar to install Chaincode on all peers 2019-06-12 20:07:16 +00:00
fabtoken [FABN-1184] Update fabtoken/README.md 2019-04-11 15:45:59 +00:00
first-network [FAB-15973] use --output json on simulatecommit 2019-07-16 12:24:11 -04:00
high-throughput Merge "FAB-15782 Sample Go CC should include deps" 2019-07-11 20:00:09 +00:00
interest_rate_swaps QueryApprovalStatus -> SimulateCommitChaincodeDef 2019-07-02 13:37:20 -04:00
scripts [FAB-15104] Remove scripts/bootstrap.sh 2019-06-14 14:39:32 +10:00
.gitignore FAB-15782 Sample Go CC should include deps 2019-06-25 09:50:31 -04:00
.gitreview [FAB-9893] Add .gitreview file for quicker Gerrit setup 2018-05-04 11:46:33 -04:00
ci.properties Update to Go 1.12.5 in ci.properties 2019-06-25 05:12:48 -04:00
CODE_OF_CONDUCT.md FAB-9362 add CONTRIBUTING.md and CODE_OF_CONDUCT.md 2018-04-04 19:25:55 -04:00
CONTRIBUTING.md Fix doc link 2019-01-24 16:47:03 +08:00
Jenkinsfile [FABN-1184] Add CI script for fabtoken sample app 2019-04-11 09:53:48 -04:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md Update maintainers for fabric-samples 2019-04-11 00:30:20 -04:00
README.md [FAB-15104] Remove scripts/bootstrap.sh 2019-06-14 14:39:32 +10:00

Hyperledger Fabric Samples

Please visit the installation instructions to ensure you have the correct prerequisites installed. Please use the version of the documentation that matches the version of the software you intend to use to ensure alignment.

Download Binaries and Docker Images

The scripts/bootstrap.sh (available in the fabric repository) script will preload all of the requisite docker images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally, specify a version for fabric, fabric-ca and thirdparty images. Default versions are 1.4.1, 1.4.1 and 0.4.15 respectively.

# Fetch bootstrap.sh from fabric repository using
curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh -o ./scripts/bootstrap.sh
# Change file mode to executable
chmod +x ./scripts/bootstrap.sh
# Download binaries and docker images (bypass fabric-samples repo clone)
./scripts/bootstrap.sh [version] [ca version] [thirdparty_version] -s

Continuous Integration

Please have a look at Continuous Integration Process

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.