foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
## Motivation close #8575 ## Solution
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Anvil ### Describe the feature you would like As described [here](https://github.com/foundry-rs/foundry/pull/3730#issuecomment-1323605612) it would be great if there was an option for Anvil to act as a full-blown a...
### Component Anvil ### Describe the feature you would like When anvil state grows, it persists it temporarily to disk. I'd like to be able to specify a prefix path...
### Component Forge ### Describe the feature you would like The problem is that to obtain a gas report for an entire contract, we currently need to write test cases...
### Component Forge ### Describe the feature you would like `forge build` installs git module dependencies automatically if a user didn't run `forge install`. However, Soldeer dependencies are not installed...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? nightly...
### Component Cast ### Describe the feature you would like My workflows for private-key operations involve connecting `forge` or `cast` to [Frame](https://frame.sh/) by passing the argument `--rpc-url 'http://127.0.0.1:1248'`. This is...