Register Your Precompile
Learn how to register your precompile.
The next step in developing our precompile is to register it with precompile-evm. Take a look at plugin/main.go
. You should see the following file:
As of now, we do not have any precompile registered. To reigster a precompile, simply import the precompile package in the plugin/main.go
file.