Skip to content

Currently working with the Simple token as blockchain developer, we are building a protocol to help business to easily launch their cryptocurrencies. The protocol is meant to communicate between two blockchains i.e. ethereum main net and utility chain.

During protocol development, we came up with required to generate Merkel Patricia proof for a contract and it's storage and also verify same with a smart contract.
While working on this, I got to learn a lot about EVM internals.
Challenge was learning about EVM storage, internals and encoding like RLP.

This project is opensource and available on GitHub
https://github.com/OpenSTFoundation/openst-protocol