Samples for Hyperledger Fabric
Find a file
Hongbin Mao cedb74dea3
add miss checksum (#168)
Signed-off-by: hello2mao <hello2mao@gmail.com>
2020-04-27 12:59:24 +02:00
.github FAB-17777 Create basic settings.yaml (#165) 2020-04-22 08:09:56 +02:00
chaincode add miss checksum (#168) 2020-04-27 12:59:24 +02:00
chaincode-docker-devmode [FAB-17121] Use new bootstrap config in orderer 2019-11-26 11:41:19 -08:00
ci Organize and Standardize ci Directory Content (#152) 2020-04-06 22:20:43 +02:00
commercial-paper FGJ-81 Update to use latest v2.1.0 of gateway-java (#166) 2020-04-23 21:52:41 +02:00
fabcar Fix Fabcar java dependencies 2020-04-20 14:20:56 -04:00
first-network [FAB-17656] echo Generating channel.tx (#139) 2020-03-27 14:38:29 +01:00
high-throughput [FAB-17460] Move High Throughput sample to test network (#112) 2020-03-20 14:23:00 +00:00
interest_rate_swaps [FAB-17504] add Organizations.<Org>.OrdererEndpoints and remove Orderer.Addresses (#125) 2020-03-20 16:02:44 +01:00
off_chain_data Update samples to use v2.0 or later dependencies (#161) 2020-04-17 14:29:37 +02:00
test-network Remove TLS enabled switch (#155) 2020-04-15 08:08:43 +02:00
.gitignore Change Download Location of Fabric Binaries (#143) 2020-03-30 17:51:39 +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 Perform General Cleanup (#151) 2020-04-06 21:49:14 +02:00
CONTRIBUTING.md Fix doc link 2019-01-24 16:47:03 +08:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md Perform General Cleanup (#151) 2020-04-06 21:49:14 +02:00
README.md Perform General Cleanup (#151) 2020-04-06 21:49:14 +02: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]

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