evm-swiss-knife
Installation
SKILL.md
EVM Swiss Knife
This skill enables interaction with EVM-compatible blockchains through Foundry's cast command-line tool. It covers common blockchain operations like balance queries, contract calls, transaction sending, and network inspection.
Installation
To use this skill, you need Foundry installed, which provides the cast command.
Follow the official installation guide: https://getfoundry.sh/introduction/installation
Quick Install (Linux/Mac)
- Install Foundryup:
curl -L https://foundry.paradigm.xyz | bash