docs: add more details about Forge

This commit is contained in:
Paul Razvan Berg 2022-07-19 00:06:26 +03:00
parent 43e1e113f4
commit 4aca913cb2
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ A Foundry-based template for developing Solidity smart contracts, with sensible
## What's Inside
- [Forge](https://github.com/foundry-rs/foundry/blob/master/forge): compile and test smart contracts
- [Forge](https://github.com/foundry-rs/foundry/blob/master/forge): compile, test, fuzz, debug and deploy smart contracts
- [PRBTest](https://github.com/paulrberg/prb-math): modern collection of testing assertions and logging utilities
- [Forge Std](https://github.com/foundry-rs/forge-std): collection of helpful contracts and cheatcodes for testing
- [Solhint](https://github.com/protofire/solhint): code linter