🍺 Solidity Gas Optimizations, The Innovative & Dangerous

This commit is contained in:
bt3gl 2022-09-27 16:56:30 -07:00 committed by GitHub
parent 3458a61337
commit a708af2c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,6 @@
<br>
- in Solidity, the maximum size of a contract is restricted to 24 KB by [EIP 170](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md).
@ -109,8 +107,10 @@ uint256 world; //good, cheap
---
## Tools
## resources and tools
<br>
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size)
* [Solidity Gas Optimizations, The Innovative & Dangerous
](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)