npm/@foundry-rs/chisel/README.md
Chisel is a fast, utilitarian, and verbose Solidity REPL. The chisel binary can be used both within and outside of a Foundry project.
Example
npx --yes @foundry-rs/chisel@nightly
More generally
npx --yes @foundry-rs/chisel@<version|nightly> [args...]
locally to your project
npm add @foundry-rs/chisel@nightly
npx chisel [args...]
globally
npm add --global @foundry-rs/chisel@nightly
chisel [args...]
Also works with deno, bun, and pnpm:
deno run --quiet --allow-all npm:@foundry-rs/chisel@nightly [args...]
bun x @foundry-rs/chisel@nightly [args...]
pnpm dlx --silent @foundry-rs/chisel@nightly [args...]