Skip to content

proxima424/MerkleTree-SSTORE2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Trying to Optimize MerkleTree node insertion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published