Quickstart
Prerequisites
Use Node.js 24 and npm 11 on Windows, macOS, or Linux. Clone the Agent Exchange source and install its locked dependencies.
git clone https://github.com/lockb0x-llc/agent-exchange.git
cd agent-exchange
npm ci
npm run check
npm test
npm run buildProve the transaction locally
npm run demo:participant
npm run demo:settlement
npm run demo:proof-bundleThese deterministic paths use real signed protocol envelopes and verification logic over the memory transport. They require no model API key.
Open the visual product
npm run dashboard:devOpen http://127.0.0.1:4173. Run the deterministic exchange, capability escalation, procurement conversation, and proof import from the browser. For public-Waku operation, use npm run release:waku under Node 24.