mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-07-22 14:40:35 -04:00
31 lines
934 B
Markdown
31 lines
934 B
Markdown
## foundry and tests in solidity
|
|
|
|
<br>
|
|
|
|
|
|
### tl; dr
|
|
|
|
|
|
<br>
|
|
|
|
* **[foundry](https://book.getfoundry.sh/forge/differential-ffi-testing)** is a set of tools for evm-based smart contract development and tests, written in rust.
|
|
|
|
|
|
<br>
|
|
|
|
|
|
---
|
|
|
|
### resources
|
|
|
|
<br>
|
|
|
|
* **[ethernaut solutions systematically on foundry](https://github.com/go-outside-labs/ethernaut-foundry-detailed-solutions-sol)**
|
|
* **[go-outside-labs experiments on foundry](https://github.com/go-outside-labs/blockchain-science-rs#experiments-with-foundry)**
|
|
* **[how to test smart contracts](https://betterprogramming.pub/how-to-test-ethereum-smart-contracts-35abc8fa199d)**
|
|
* **[how to mock solidity contracts](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)**
|
|
* **[in-depth guide to testing ethereum smart contracts](https://iamdefinitelyahuman.medium.com/an-in-depth-guide-to-testing-ethereum-smart-contracts-2e41b2770297)**
|
|
|
|
|
|
|
|
|