You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primary outcome: A new contributor can run contracts, indexer, and web locally using one documented path with automated checks.
Background
The final integration should not live in someone's terminal history. A contributor should be able to clone the repos, follow the docs, run the commands, and see web UI data sourced from local indexed contract activity.
Implementation checklist
Add a top-level integration guide under docs/, for example docs/local-full-stack.md.
Primary outcome: A new contributor can run contracts, indexer, and web locally using one documented path with automated checks.
Background
The final integration should not live in someone's terminal history. A contributor should be able to clone the repos, follow the docs, run the commands, and see web UI data sourced from local indexed contract activity.
Implementation checklist
docs/, for exampledocs/local-full-stack.md..deployed/<network>.env.Acceptance checklist
Verification commands
bun install.bun run --cwd apps/s03-indexer codegen.bun run --cwd apps/s03-indexer build.bun run --cwd apps/s03-indexer test.bun run --cwd apps/web typecheck.bun run --cwd apps/web build.