mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-05-02 06:46:03 -04:00
30 lines
801 B
Markdown
30 lines
801 B
Markdown
## foundry and tests in solidity
|
|
|
|
<br>
|
|
|
|
|
|
### tl; dr
|
|
|
|
|
|
<br>
|
|
|
|
* foundry is a set of tools for ethereum applications development, including tests in solidity
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
---
|
|
|
|
### resources
|
|
|
|
<br>
|
|
|
|
* [how to mock solidity contracts](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
|
|
* [truffle smart contract test framework](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)
|
|
* [how to test smart contracts](https://betterprogramming.pub/how-to-test-ethereum-smart-contracts-35abc8fa199d)
|
|
* [foundry book](https://book.getfoundry.sh/forge/differential-ffi-testing)
|
|
|
|
|