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
| Goal | Command |
|---|---|
| Build contracts | make build |
| Solidity tests | make test or pnpm test |
| Invariants | make test-invariant |
| Docs dev server | pnpm docs:dev |
| Docs build | pnpm docs:build |
| API only | pnpm prod |
| Poller only | pnpm prod-poller |
Read Testing before opening a protocol PR.