Hyperledger Fabric: Load -> CRIT 002 Error reading configuration: Unsupported Config Type “”

Problem I was following this Hyperledger Fabric tutorial: Building Your First Network It explains about two ways to build and start your network. One is via a shell script called byfn.sh which is simple to use and runs all the commands at once. The other approach is running each and every command manually. This way, … Read more

Hyperledger Fabric: Error: error getting endorser client for channel: endorser client failed to connect to peer0.org1.example.com:7051: failed to create new connection: context deadline exceeded

Problem I was following this Hyperledger Fabric tutorial: Building Your First Network There’s a shell script called byfn.sh which stands for Build Your First Network. I ran the following command which generates the required certificates and genesis block: ./byfn.sh generate And then, ran this command which brings up the network with docker-compose up: ./byfn.sh up … Read more