Closed gitjps closed 6 years ago
In the step
cd cs-offerings/scripts/
./create/create_composer-rest-server.sh --business-network-card INSERT_BIZCARD_NAME
The business network card name should be
admin@perishable-network
So the command looks like
cd cs-offerings/scripts/
./create/create_composer-rest-server.sh --business-network-card admin@perishable-network
You need to delete the rest server pod first by doing
./delete/delete_composer-rest-server.sh
and recreate the rest server
thx, running ok now
I followed the instructions on https://ibm-blockchain.github.io/interacting/.
bx cs workers blockchain : lists Card PeerAdmin@hlfv1
businessNetworkName is empty
Created 2nd card:
Pinging the 1st card:
Pinging the 2nd card:
bx cs workers blockchain : lists Card PeerAdmin@hlfv1 only
composer card list: only PeerAdmin@hlfv1
http://159.122.179.121:31090/explorer/: ERR_CONNECTION_REFUSED
Maybe I used a wrong business network ID perishable-network?