Samples for Hyperledger Fabric
Find a file
Ry Jones 7b65a25a86 [IN-68] Add default GitHub SECURITY policy
Signed-off-by: Ry Jones <ry@linux.com>
Change-Id: Ie805816e929f4449689214c74964b71eac56e31d
2019-09-25 10:22:26 -07: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-16668] fabcar chaincode modify console output 2019-09-24 13:08:20 +00:00
chaincode-docker-devmode Merge "[FAB-15723] Fix script and instruction with ccenv" 2019-07-10 09:45:20 +00:00
commercial-paper [FAB-6415] Java 11 support for Commercial Paper sample 2019-09-24 09:41:02 +01:00
docs [FAB-15573] Fix typo in fabric-samples-ci.md 2019-06-04 21:23:14 +00:00
fabcar [FAB-6415] Java 11 support for FabCar sample 2019-09-24 09:41:02 +01:00
first-network [FAB-16619] Fix the policy warning 2019-09-24 13:09:48 +00:00
high-throughput Redirect samples to fabric-{chaincode,protos}-go 2019-08-23 17:25:16 +00:00
interest_rate_swaps Redirect samples to fabric-{chaincode,protos}-go 2019-08-23 17:25:16 +00:00
off_chain_data [FAB-16390] Added filter for invalid transactions 2019-08-25 19:09:06 +00:00
scripts [FAB-16232] Remove FabToken sample 2019-08-06 09:14:39 +01: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 [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 Update maintainers for fabric-samples 2019-04-11 00:30:20 -04: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/.