Development

Start Building

Clone. Start Mongo and the API. Run the product UI on the host. Register the shared demo factory or deploy your own, then create a cap table from the connected ADMIN wallet.

Default path: Docker runs MongoDB, the API, and the poller; pnpm app:dev runs the wallet UI at /app. Plume Mainnet is the chain target. Use Anvil only for local-chain work.

Working path

First cap table

Verify

GoalCommand
Build contractsmake build
Solidity testsmake test or pnpm test
Invariantsmake test-invariant
Docs dev serverpnpm docs:dev
Docs buildpnpm docs:build
API onlypnpm prod
Poller onlypnpm prod-poller

Read Testing before opening a protocol PR.