Samples for Hyperledger Fabric
Find a file
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
basic-network FAB-4851 basic network sample 2017-06-21 05:46:02 +00:00
first-network Error when trying to instanciate chaincode 2017-06-22 16:06:11 +02:00
.gitignore FAB-4853 initial content 2017-06-21 07:30:04 +08: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-4853 initial content 2017-06-21 07:30:04 +08:00

Hyperledger Fabric Samples

Please visit the installation instructions.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License