Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-17 10:55:10 -08:00 committed by GitHub
parent a34db91d28
commit bc9a1d3252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
## tricks to save gas
<br>
### tl; dr
@ -12,6 +13,10 @@
<br>
----
<br>
<img width="532" alt="Screen Shot 2023-01-24 at 4 28 45 PM" src="https://user-images.githubusercontent.com/1130416/214452718-b051caed-49e4-45fb-b955-976d20e97cbd.png">
@ -99,6 +104,7 @@ uint256 world; //good, cheap
### resources
<br>
* [resources for gas optimization](https://github.com/kadenzipfel/gas-optimizations)
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size)