Create Your Genesis File
Learn how to create your own genesis file.
Create File
In your Precompile-EVM project, create a file called evm-configuration-genesis.json
in the directory tests/precompile/genesis/
and open it. You can use the command below as a shortcut to open the file in VSCode:
Fill with template
Paste the following template in the new file:
Warning about gasLimit
If you do decide to set your own gasLimit, please set all gasLimit keys equal to the same value!
If you set the 'gasLimit' keys to different values, you will still be able to deploy a blockchain, but it will halt during initialization!