Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 663 Bytes

MerkleTree-SSTORE2

Hello Anon, try to insert a node in a Merkle Tree with the execution running on EVM.
Did I hear, it costs 1million gassssss?

Will do several optimizations to bring in under control
Starting out with SSTORE2. SSTORE2 is basically storing data in the
runtime bytecode of a contract rather than the contract storage.
So, the only gas costs you need to deal with, is the contract deployment costs.
Refer to README.md of this repo to look into the exact details.

Will keep updating the gas costs here and thinking of newer ways to bring the GASSS COSTSSS DOWNNNN.