book icon indicating copy to clipboard operation
book copied to clipboard

A book on all things Foundry, available at https://book.getfoundry.sh.

Results 123 book issues
Sort by recently updated
recently updated
newest added

I spoke with @gakonst about merging the [Foundry Cheatsheet](https://github.com/dabit3/foundry-cheatsheet) into Foundry Book. I put this repo together to have a more concise one-page overview of some of the things I...

good first issue
T-new

See https://github.com/gakonst/foundry/pull/201 It is a pretty barebones opinionated formatter with write and diff capabilities, but it is not configurable. Regardless, we should document it (and also add it to the...

T-enhancement
A-forge
T-new

https://github.com/foundry-rs/foundry/pull/1572 https://github.com/maple-labs/revenue-distribution-token/tree/e0eca03c2ff05c36000a097de678543d7234f7cc/contracts/test document simple invariant breaking, the actor model from Maple's RDT, usage of targetContract(s) etc

A-forge
T-new

See https://github.com/foundry-rs/foundry/pull/2470

good first issue
A-forge
A-reference
T-new

Sets the style of underscores in number literals (either remove, thousands or preserve) See https://github.com/foundry-rs/foundry/pull/2658/files

good first issue
A-reference
T-new

See https://github.com/foundry-rs/foundry/pull/1658 and https://github.com/foundry-rs/foundry/issues/991

good first issue
A-forge
A-reference
T-new

This took a bit of experimentation to get working on my end so I figured it would be useful to provide this information for how to set this up for...

Ref https://github.com/foundry-rs/foundry/issues/2477 add more examples how to use test matchers like `forge t --match-path`

T-enhancement
good first issue
A-forge
A-reference

https://github.com/foundry-rs/foundry/issues/2019

Hi all, I think [Solidity Scripting](https://book.getfoundry.sh/tutorials/solidity-scripting.html#solidity-scripting) can be merged into [Deploying and Verifying](https://book.getfoundry.sh/forge/deploying.html) as the goal is the same, only the method changes. Also, it might be worth to put...