Samples for Hyperledger Fabric
Find a file
Keith Smith fd795d2923 [FAB-6745] Fix timing issue in sample
When a CA starts, it creates its signing cert and then
starts listening on its listening port.  The fix is to
wait for the server to start listening on the port rather
than waiting for the signing cert file to be created.

See the waitPort function in env.sh, and places where this
is called.  I also had to increase the max time we wait before
failing.

WARNING: This change set is dependent upon the following
fabric-ca change set and should not be merged until it
has been merged:
   https://gerrit.hyperledger.org/r/#/c/15089/

Change-Id: I781e3653bf6846e22f401fe64855fa155ffeb7cb
Signed-off-by: Keith Smith <bksmith@us.ibm.com>
2017-11-07 11:35:57 -05:00
balance-transfer [FAB-5898] porting samples to node.js chaincode 2017-10-15 21:12:11 -04:00
basic-network FAB-5995 Update samples to work with v1.0.2 2017-09-03 08:08:53 -04:00
chaincode Merge "[FAB-5898] porting samples to node.js chaincode" 2017-10-18 23:13:20 +00:00
chaincode-docker-devmode FAB-5995 Update samples to work with v1.0.2 2017-09-03 08:08:53 -04:00
fabcar [FAB-5898] porting samples to node.js chaincode 2017-10-15 21:12:11 -04:00
fabric-ca [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
first-network [FAB-5898] porting samples to node.js chaincode 2017-10-15 21:12:11 -04: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-5898] porting samples to node.js chaincode 2017-10-15 21:12:11 -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/.