You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ElectrodoDoc-network
wget https://github.com/hyperledger/fabric/releases/download/v2.2.11/hyperledger-fabric-linux-amd64-2.2.11.tar.gz
tar xf hyperledger-fabric-linux-amd64-2.2.11.tar.gz
wget https://github.com/hyperledger/fabric-ca/releases/download/v1.5.6/hyperledger-fabric-ca-linux-amd64-1.5.6.tar.gz
tar xf hyperledger-fabric-ca-linux-amd64-1.5.6.tar.gz
Run Hypereledger Fabric network
cd test-network
./network.sh up createChannel -ca -c mychannel -s couchdb -verbose
./network.sh deployCC -ccn wodencc -ccp ../contracts/ -ccl javascript