This package contains the L1 and L2 smart contracts for the OP Stack.
Tool versions are pinned in the monorepo mise.toml. From the monorepo root:
mise trust mise.toml
mise install
cd packages/contracts-bedrock
just installCommon commands:
just build
just test
just prjust pr runs the local PR checks. Outside CI, it may format Solidity files before running checks.
For more information, check out the book.