Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 771 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 771 Bytes

Instructions to run marbles with CS

Prereqs

  1. You have setup the blockchain network on the IBM Container service as mentioned here
  2. You have created channel on the network as mentioned here
  3. The peer you are using here has joined the channel as mentioned here

Run Marbles Local

  1. Clone marbles, edit the config file & install the dependencies (npm install).
./setup_marbles.sh
  1. Install marbles chaincode on the Peer 1.
./install_chaincode.sh
  1. Instantiate marbles chaincode on the channel created & joined by this peer.
./instantiate_chaincode.sh
  1. Run marbles for org1
./run_marbles.sh
  1. Go to marbles UI Open a browser and go to localhost:3001