Trac dApp Example
Example dApp: trac-dapp-example (Wallet + Peer RPC)
trac-dapp-example (Wallet + Peer RPC)1) Start a peer RPC node (the backend the dApp talks to)
cd trac-peer
npm run peer:run -- \
--msb-bootstrap=<MSB_BOOTSTRAP_HEX32> \
--msb-channel=<MSB_CHANNEL> \
--peer-store-name=peer-rpc \
--msb-store-name=peer-rpc-msb \
--subnet-channel=tuxedex-v1 \
--rpc \
--api-tx-exposed \
--rpc-host 127.0.0.1 \
--rpc-port 50012) Install and run the dApp
3) Wallet requirements
4) What happens when you click “Catch”
5) Troubleshooting
“Wallet extension not detected”
“Requester address not found in state” / insufficient fee balance
Wrong peer / wrong contract
Last updated