Quickstart
Local Dev
Prereqs
1) Install
npm install2) Start the first peer (creates a new subnet)
npm run peer:run -- \
--msb-bootstrap=<MSB_BOOTSTRAP_HEX32> \
--msb-channel=<MSB_CHANNEL> \
--msb-store-name=peer-msb-1 \
--peer-store-name=peer1 \
--subnet-channel=tuxedex-v13) Fund the peer on MSB
4) Deploy the subnet (one-time per subnet)
5) Execute a demo contract operation
6) Start a second peer (join the existing subnet)
Notes
Last updated