book
book copied to clipboard
A book on all things Foundry, available at https://book.getfoundry.sh.
Closes: https://github.com/foundry-rs/foundry/issues/4497 BTT is picking up steam, and it would be worth mentioning it in the Foundry Book. References: - [Bulloak landing page](https://bulloak.dev/) - [Bulloak GitHub](https://github.com/alexfertel/bulloak) - [BTT at Solidity...
### Component Anvil ### Describe the feature you would like Currently the anvil reference only points out the available RPC methods, and while for generic RPC methods (`eth_*`), we have...
Use `cheatcodes.json` from the Foundry repo to generate the cheatcodes reference section automatically, similar to how forge-std generates the Vm.sol. - Foundry docs: - forge-std vm.py:
Because Etherscan sometimes returns `default evmVersion` we automatically derive from the compiler version and make a best-guess assumption. This sometimes leads to issues. Related: https://github.com/foundry-rs/foundry/pull/8369/files This would resolve by documenting...
### 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...
We have a DSTest reference but DSTest was removed from forge-std in https://github.com/foundry-rs/forge-std https://book.getfoundry.sh/reference/ds-test It should be moved to forge-std reference
See [Storm's talk](https://www.youtube.com/watch?v=FjTle7UxlG4) at Frontiers on what mesc is and a basic usage guide. Support for mesc was merged in https://github.com/foundry-rs/foundry/pull/8760
### Sections cast abi-encode cast abi-decode ### Describe the bug Document how to correctly pass arguments to `cast abi-encode` when it has multiple parameters in a nested struct with one...
Related PR: https://github.com/foundry-rs/foundry/pull/8755
### Component Chisel ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? 0.2.0...