mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-08-10 23:50:08 -04:00
add resources for gas optimization
This commit is contained in:
parent
996667ac19
commit
0bbd1064f0
1 changed files with 3 additions and 3 deletions
|
@ -93,10 +93,10 @@ uint256 world; //good, cheap
|
|||
### resources
|
||||
|
||||
|
||||
|
||||
* [resources for gas optimization](https://github.com/kadenzipfel/gas-optimizations)
|
||||
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size)
|
||||
* [solidity gas optimizations](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)
|
||||
* [hardhat](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311)
|
||||
* [foundry](https://book.getfoundry.sh/forge/gas-reports)
|
||||
* [hardhat on gas optimization](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311)
|
||||
* [foundry on gas](https://book.getfoundry.sh/forge/gas-reports)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue