fabric-samples/first-network
BA e88873f2e1 Error when trying to instanciate chaincode
CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE is set to "byfn_default" but this network interface does not exist, resulting in an error when trying to instanciate chainecode. As the docker compose file is in the folder "first-network", docker will create a default network called "firstnetwork_default", so should change the env. variable accordingly.
Other solution could be to define a custom network "byfn_default" in the docker-compose-cli.yaml file using top-level key "networks" (https://docs.docker.com/compose/networking/)
2017-06-22 16:06:11 +02:00
..
base Error when trying to instanciate chaincode 2017-06-22 16:06:11 +02:00
chaincode/chaincode_example02 FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
scripts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
byfn.sh Add FABRIC_CFG_PATH variable to allow configtxgen to find configuration file 2017-06-22 15:49:49 +02:00
configtx.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
crypto-config.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
docker-compose-cli.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
docker-compose-couch.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
docker-compose-e2e-template.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
README.md FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00

Build Your First Network (BYFN)

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