Rapid Local Development
Spin up local blockchain test validators with pre-funded accounts in seconds. Focus on building, not infrastructure.
Foundry-inspired local blockchain development for Solana and beyond
Install Solana CLI tools first:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"Then install Chain Forge:
cargo install chain-forge-solana-cliStart a local validator with pre-funded accounts:
cf-solana start --accounts 5 --balance 100Chain Forge brings the ergonomics of Ethereum's Foundry to multi-chain development. It wraps official blockchain tooling (like solana-test-validator) with a unified, developer-friendly interface that works across different chains.
No need to remember chain-specific commands or deal with inconsistent tooling. One CLI, one configuration format, one way of managing local development across all your blockchain projects.