Reputation: 128
I am trying to execute the test network on hyperledger Fabric.
I have installed the following prerequisites:
I'm using Ubuntu 20.04.
In the folder fabric-sample/test-network: I run
./network.sh down
and then ./network.sh up
then I tested
docker ps-a
It shows 2 fabric-peers and one orderer.
Now I'm trying to create a channel with ./network.sh createChannel
but I got this error how to solve it??
Error: Post "https://localhost:7053/participation/v1/channels": EOF Channel creation failed
Upvotes: 2
Views: 1140