Foundry Integration
This Skill will provide seamless integration between Voltaire and Foundry for Solidity development.Planned Features
- Forge Test Helpers — Use Voltaire primitives in Forge tests via FFI
- Anvil Integration — Connect Voltaire providers to local Anvil nodes
- Cast Compatibility — Share transaction building logic between Cast and Voltaire
- Script Interop — Use Voltaire for complex off-chain logic in Forge scripts
- ABI Sync — Automatic ABI import from Foundry’s
out/directory
Example Usage (Proposed)
Contributing
To implement this Skill:- Fork the Voltaire repository
- Create
examples/foundry/directory - Implement the integration following Skills Philosophy
- Add tests and documentation
- Submit a PR
- Anvil JSON-RPC client using Voltaire’s provider primitives
- Foundry artifact parser for ABI/bytecode extraction
- FFI bridge for using Voltaire in Forge tests
- Script execution context for off-chain computation

