Samples for Hyperledger Fabric
Find a file
Arnaud J Le Hors 1d69e9e2d1 [FAB-7540] Simplifies Reconfigure Your Network tutorial
This change brings a new set of scripts and configuration files to the
first-network sample to make it easier for people to follow the new
tutorial on how to add a third org to the network setup in BYFN.

To function properly the new Extend You First Network script (eyfn.sh)
must be run after byfn.sh is run and with the same parameters. So,
valid uses include:

./byfn.sh up
./eyfn.sh up

or

./byfn.sh up -c testchannel -s couchdb -l node
./eyfn.sh up -c testchannel -s couchdb -l node

A single './eyfn.sh down' command is however necessary to take the
whole network down.

Patch-set #2: fixes ./eyfn.sh down
Patch-set #3: removed unused option from Usage and spurious whitespaces
Patch-set #4: added missing test file

Change-Id: I9c926b52f2243dda1c5f9368112c314a6c5c6929
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2018-02-10 09:36:19 +01:00
balance-transfer [FAB-5363] fabric-samples update balance 2017-10-31 16:00:14 -04:00
basic-network [FAB-6568] Fabric-Samples - update fabcar 2017-10-30 12:08:06 -04:00
chaincode [FAB-6870] Update node modules versions 2017-11-02 11:19:57 -04:00
chaincode-docker-devmode [FAB-7241] Fix chaincode-devmode 2017-12-15 12:40:48 -05:00
fabcar [FAB-6902] FAB-6904 correct the sample for FAB-6904 2017-11-08 00:29:35 +00:00
fabric-ca [FAB-6967] Added steps to query by a revoked user 2017-11-10 21:26:19 -05:00
first-network [FAB-7540] Simplifies Reconfigure Your Network tutorial 2018-02-10 09:36:19 +01:00
high-throughput [FAB-6292] Fix spelling error 2017-09-26 15:24:26 +08:00
scripts FAB-5412 add fabric-preload.sh script 2017-07-22 16:58:14 -04:00
.gitignore [FAB-6870] Update node modules versions 2017-11-02 11:19:57 -04:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md FAB-4853 initial content 2017-06-21 07:30:04 +08:00
README.md [FAB-6361] Update license text in README 2017-09-30 09:31:41 -04:00

Hyperledger Fabric Samples

Please visit the installation instructions.

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