We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker stop $(docker ps -q) docker rm $(docker ps -aq) CONTRACT_IMAGE=$(docker images | grep 'dev-peer0.org1.example.com-estatecontract' | awk '{print $3}') echo $CONTRACT_IMAGE docker rmi $CONTRACT_IMAGE
#!/bin/bash cd /Users/shohu33/sc/estate-sample/basic-network ./start.sh cd ../estate/configuration/cli/ ./monitordocker.sh net_basic
#!/bin/bash docker exec cliMagnetoCorp peer chaincode install -n estatecontract -v $1 -p /opt/gopath/src/github.com/contract -l node docker exec cliMagnetoCorp peer chaincode upgrade -n estatecontract -v $1 -l node -c '{"Args":["org.estatenet.estate:instantiate"]}' -C mychannel -P "AND ('Org1MSP.member')"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
reset_hyper.sh
start_monitor_fabric.sh
update_fabric_code.sh
The text was updated successfully, but these errors were encountered: