foundry
https://github.com/foundry-rs/foundry
Rust
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported2 Subscribers
Add a CodeTriage badge to foundry
Help out
- Issues
- Replace solang parser in forge
- forge inspect <chain> <address>
- bug(`forge script`): when using `vm.startBroadcast()`, the `msg.sender` should be set to the caller regardless of the wallet types (e.g. for non --private-key usage)
- bug(`anvil`): anvil in fork mode is unstable when performing multiple `snapshot` / `revert` in parallel
- bug(forge test): different revertData depending on verbosity
- feat: allow `cast wallet` to register Ledger/other HW wallets
- Support remappings in deployCode / deployCodeTo
- feat(forge): Language Server Protocol (LSP)
- feat(`forge script`): accept precompiled artifacts (without sources) as input source
- chore: add E2E test suite to run on a weekly basis for testing deployment and verification across various block explorers
- Docs
- Rust not yet supported