mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
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> |
||
|---|---|---|
| .. | ||
| base | ||
| channel-artifacts | ||
| org3-artifacts | ||
| scripts | ||
| .env | ||
| .gitignore | ||
| byfn.sh | ||
| configtx.yaml | ||
| connection-org1.json | ||
| connection-org1.yaml | ||
| connection-org2.json | ||
| connection-org2.yaml | ||
| connection-org3.json | ||
| connection-org3.yaml | ||
| crypto-config.yaml | ||
| docker-compose-cli.yaml | ||
| docker-compose-couch-org3.yaml | ||
| docker-compose-couch.yaml | ||
| docker-compose-e2e-template.yaml | ||
| docker-compose-kafka.yaml | ||
| docker-compose-org3.yaml | ||
| eyfn.sh | ||
| README.md | ||
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