A Business Network to support the food traceability.
- git clone fabric samples
- install binaries
- change branch to multi-org
- generate crypto material
- start up fabric network
- create temp dir
- create connection profile
- replace certificate placeholder
- derive org connection profiles
- copy crypto material to temp dir
- create business network cards for org admins
- import business network cards
- git clone this repo
- inspect model, logic, queries & permissions
- run tests
- build archive
- install business network archive (chaincode) on peers
- define endorsement policy
- retrieve certificates for business network admins
- start business network
- create business network cards for business network admins
- add participant entity
- create identity for business network participant
- bind identity to business network participant
- import business network card of business network participant/identity
- smoke test
- submit transaction as business network participant/identity
- confirm transaction processing
- Write tests
- Write jsDoc
- Write
Getting Started