fabric-samples/first-network
Simon Stone 529b83bc95 [FAB-14330] Add connection profiles for BYFN and EYFN
Add connection profiles as part of the BYFN and EYFN
samples. The connection profiles can be used by client
applications using the Fabric SDKs to connect to those
networks.

Each organisation needs its own connection profile
that contains the set of peers that organisation
should  use to connect to the network. Orderers and
channels are not needed, as they can be determined
by using service discovery.

Connection profiles can be specified in either JSON
or YAML, so provide both.

Change-Id: Ie8e3d2aef6475b324e5be8ebdada4c594c2235ae
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
2019-04-24 22:20:13 +01:00
..
base FAB-12762 Add etcd/raft consensus option to BYFN 2019-02-28 16:09:17 +02:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
org3-artifacts FAB-14317 Add default policies to org3 2019-02-24 20:56:35 -05:00
scripts [FAB-14779] QueryApprovalStatus step in byfn 2019-03-28 14:00:37 +00:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
.gitignore [FAB-14268] Make BYFN/EYFN ports match external ports 2019-02-21 14:57:39 +00:00
byfn.sh FABCI-284 Update CI Pipeline script 2019-04-05 20:37:23 +00:00
configtx.yaml Merge "[FAB-14711] update byfn with new lifecycle" 2019-03-26 17:14:09 +00:00
connection-org1.json [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
connection-org1.yaml [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
connection-org2.json [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
connection-org2.yaml [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
connection-org3.json [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
connection-org3.yaml [FAB-14330] Add connection profiles for BYFN and EYFN 2019-04-24 22:20:13 +01:00
crypto-config.yaml FAB-14531 BYFN Raft with 5 nodes 2019-03-07 15:00:04 +02: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 [FAB-12073] Fix Org3 peers CouchDB config. 2018-09-23 19:15:31 +00:00
docker-compose-couch.yaml [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb 2018-02-28 03:41:02 -05: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-14531 BYFN Raft with 5 nodes 2019-03-07 15:00:04 +02:00
docker-compose-kafka.yaml FAB-13011 add kafka consensus type to byfn sample 2018-12-05 11:06:35 +02: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-14711] update byfn with new lifecycle 2019-03-26 16:25:14 +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