Results 2 comments of jianlu

> > > 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,...

> You can use `./network.sh up createChannel` and it will create channel with name `mychannel`, and install chaincode there like: > > `peer chaincode package basic.tar.gz --path path/to/your/chaincode --lang golang...