Customized EVM with the help of precompiles to save gas in transactions. Can be deployed to any chain for transactions.
Customised EVM with the help of precompiles to save gas in transactions. Can be deployed to any chain for transactions. Added a hash function precompile to save gas cost in transactions , RandUint and Mapping precompile. This moves the processing off chain and helps to optimize the gas cost in these functions.
It uses the GO libraries to generate the logic for these precompiles and the deployment dependencies were created with the help of avalanche subnet precompile repo. Since the local setup of it had some issues , Github Codespaces was used instead. ............................