add resources for gas optimization

This commit is contained in:
mia von steinkirch, phd 2022-12-26 20:12:46 -08:00 committed by GitHub
parent 996667ac19
commit 0bbd1064f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,10 +93,10 @@ uint256 world; //good, cheap
### resources ### resources
* [resources for gas optimization](https://github.com/kadenzipfel/gas-optimizations)
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size) * [truffle contract size](https://github.com/IoBuilders/truffle-contract-size)
* [solidity gas optimizations](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA) * [solidity gas optimizations](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)
* [hardhat](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311) * [hardhat on gas optimization](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311)
* [foundry](https://book.getfoundry.sh/forge/gas-reports) * [foundry on gas](https://book.getfoundry.sh/forge/gas-reports)