Skip to content

Commit

Permalink
docs: mention PRBMath in "Foundry in Action" (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg authored Dec 24, 2022
1 parent 45dca59 commit d2fa13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tutorials/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,4 @@ Foundry in Action:
- [Nomad Monorepo](https://github.com/nomad-xyz/monorepo): All the `contracts-*` packages. Good example of using many Foundry features including fuzzing, `ffi` and various cheatcodes.
- [Uniswap Periphery](https://github.com/gakonst/v3-periphery-foundry): Good example of using inheritance to isolate test fixtures.
- [awesome-foundry](https://github.com/crisgarner/awesome-foundry): A curated list of awesome of the Foundry development framework.
- [PRBMath](https://github.com/paulrberg/prb-math): A library for fixed-point arithmetic in Solidity, with many parameterized tests that harness Foundry.

0 comments on commit d2fa13b

Please sign in to comment.