-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use this to create channel at fabric2.4 without orderer system channel #273
Comments
I think you should firstly start an oredering node. Orderer is the one of key parts in Hyperledger Fabric, and it should be created earlier, than channel, because it establishes a consensus on the order of transactions across the entire network, while channel is the place where transactions occurs. |
this is my steps:
then i meet this problem i want to study use go-sdk to create a channel and other operation such as install chaincode |
You can use |
yes i know but i want to use sdk to operation environment |
Then you should firstly initialize fabric sdk:
|
when i use this sdk to create channel at fabric2.4.3 test-network has err mains without orderer system channel
The text was updated successfully, but these errors were encountered: