← Index
Source: docs/handbook/getting-started.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Getting Started

Day-1 setup for a new project or contributor.

Prerequisites

Typical first run

git clone <repo-url> && cd <repo>
pnpm install      # install dependencies
pnpm build        # build all packages
pnpm test         # run the test suite

For Solidity packages: forge build / forge test.

Per-project specifics

Each repo's own README.md is the source of truth for how to run and deploy it (environment variables, local services, ports). Start there.