Samples for Hyperledger Fabric
Find a file
Brett Logan e17574d28c
Add CA's to docker test network (#124)
The CA's are not part of the `test` docker network. So
applications written and hosted on the `test` network
cannot interact with the CA

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
2020-03-20 14:24:56 +00:00
chaincode [FAB-17477] Update fabcar to use go api v1.0.0 (#116) 2020-02-07 10:42:47 +00:00
chaincode-docker-devmode [FAB-17121] Use new bootstrap config in orderer 2019-11-26 11:41:19 -08:00
ci Update docker image version 2020-03-10 00:04:39 -04:00
commercial-paper FAB-17456 fabric-samples read ccp (#117) 2020-02-18 14:05:50 +00:00
docs [FAB-15573] Fix typo in fabric-samples-ci.md 2019-06-04 21:23:14 +00:00
fabcar FAB-17456 fabric-samples read ccp (#117) 2020-02-18 14:05:50 +00:00
first-network Revert "first-network/scripts/*: Make Chaincode name configurable (#118)" (#131) 2020-02-26 01:22:13 -05:00
high-throughput [FAB-17460] Move High Throughput sample to test network (#112) 2020-03-20 14:23:00 +00:00
interest_rate_swaps Remove references to vendoring chaincode from your gopath (#96) 2020-01-16 22:11:17 +01:00
off_chain_data [FAB-17461] Move off_chain_data sample to test network (#122) 2020-03-20 14:23:54 +00:00
scripts/ci_scripts [FABCI-482] Update Nexus URL's to Artifactory (#92) 2020-01-20 15:33:02 +00:00
test-network Add CA's to docker test network (#124) 2020-03-20 14:24:56 +00:00
.gitignore Update Commercial Paper to v2.0 Lifecycle (#109) 2020-02-11 09:38:52 +00:00
.gitreview [FAB-9893] Add .gitreview file for quicker Gerrit setup 2018-05-04 11:46:33 -04:00
ci.properties [FAB-16132] Remove Kafka consensus from BYFN 2019-08-08 13:07:27 +01:00
CODE_OF_CONDUCT.md FAB-9362 add CONTRIBUTING.md and CODE_OF_CONDUCT.md 2018-04-04 19:25:55 -04:00
CODEOWNERS [FAB-16489] Add CODEOWNERS 2019-08-31 19:05:45 +00:00
CONTRIBUTING.md Fix doc link 2019-01-24 16:47:03 +08:00
Jenkinsfile [FABCI-394] Remove AnsiColor Wrapper 2019-08-19 23:30:14 +00:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md Remove Gerrit reference 2020-01-10 11:21:22 -05:00
README.md [FAB-15104] Remove versions from fabric-samples readme 2019-07-19 19:12:07 +00:00
SECURITY.md [IN-68] Add default GitHub SECURITY policy 2019-09-25 10:22:26 -07: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 installation instructions will utilize scripts/bootstrap.sh (available in the fabric repository) script to download all of the requisite Hyperledger Fabric binaries and docker images, and tag the images with the 'latest' tag. Optionally, specify a version for fabric, fabric-ca and thirdparty images. If versions are not passed, the latest available versions will be downloaded.

The script will also clone fabric-samples repository using the version tag that is aligned with the Fabric version.

You can also download the script and execute locally:

# 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
./scripts/bootstrap.sh [version] [ca version] [thirdparty_version]

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/.