evm-foundry

Installation
SKILL.md

Foundry Development for EVM Chains

This skill covers Foundry setup and development for EVM-compatible chains with emphasis on Celo.

When to Use

  • Setting up a new Foundry project
  • Writing and compiling Solidity smart contracts with forge
  • Testing contracts with forge test
  • Deploying contracts to Celo or other EVM chains
  • Verifying contracts on block explorers
  • Interacting with contracts using cast

Foundry Tools

Tool Purpose
forge Build, test, debug, deploy, and verify smart contracts
cast Interact with contracts and retrieve chain data from CLI
Related skills
Installs
5
GitHub Stars
7
First Seen
Feb 28, 2026