fabric-samples/first-network
xu wu 7f5f5e6c66
[FAB-17504] add Organizations.<Org>.OrdererEndpoints and remove Orderer.Addresses (#125)
Description

The use of Orderer.Addresses in configtx.yaml is deprecated, and Organizations.<Org>.OrdererEndpoints should be used instead. Therefore, update all the fabric-samples configtx.yaml files.

Related issues

https://jira.hyperledger.org/browse/FAB-17504

Signed-off-by: xu wu <wuxu1103@163.com>
2020-03-20 16:02:44 +01:00
..
base [FAB-17121] Use new bootstrap config in orderer 2019-11-26 11:41:19 -08:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
org3-artifacts [FAB-16619] Fix the policy warning 2019-09-24 13:09:48 +00:00
scripts Revert "first-network/scripts/*: Make Chaincode name configurable (#118)" (#131) 2020-02-26 01:22:13 -05:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
.gitignore [FAB-16284] Remove E2E file and -f option from BYFN 2019-08-12 17:33:27 +01:00
byfn.sh [FAB-16844] Correct BYFN CC name 2019-12-13 13:53:35 +00:00
ccp-generate.sh FGJ-4 Fabcar sample 2019-07-30 14:07:14 +01:00
ccp-template.json FGJ-4 Fabcar sample 2019-07-30 14:07:14 +01:00
ccp-template.yaml FGJ-4 Fabcar sample 2019-07-30 14:07:14 +01:00
configtx.yaml [FAB-17504] add Organizations.<Org>.OrdererEndpoints and remove Orderer.Addresses (#125) 2020-03-20 16:02:44 +01:00
crypto-config.yaml FAB-14531 BYFN Raft with 5 nodes 2019-03-07 15:00:04 +02:00
docker-compose-ca.yaml [FAB-14485] Extend BYFN to opt inc cert authorities 2019-04-24 22:20:38 +01:00
docker-compose-cli.yaml [FAB-13668] BYFN's container volume mapping is bad 2019-01-14 16:17:30 +01:00
docker-compose-couch-org3.yaml Use official CouchDB image 2019-05-05 09:01:01 -04:00
docker-compose-couch.yaml Use official CouchDB image 2019-05-05 09:01:01 -04:00
docker-compose-e2e-template.yaml [FAB-8602] Add volumes to first-network e2e yaml 2018-03-01 08:47:17 -05:00
docker-compose-etcdraft2.yaml [FAB-16277] Update BYFN w/ Raft ports in Docker network 2019-08-12 16:12:09 +01:00
docker-compose-org3.yaml [FAB-14268] Make BYFN/EYFN ports match external ports 2019-02-21 14:57:39 +00:00
eyfn.sh [FAB-16284] Remove E2E file and -f option from BYFN 2019-08-12 17:33:27 +01:00
README.md [FAB-8561] Add note to readthedocs link in README 2018-02-28 19:46:51 +00:00

Build Your First Network (BYFN)

The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.

NOTE: After navigating to the documentation, choose the documentation version that matches your version of Fabric