Colm3na / DAppNodePackage-avalanche

DAppNodePackage Avalanche
GNU General Public License v3.0
6 stars 10 forks source link

Add EVM Subnet Plugin to AvalancheGo to support new EVM subnets such as DFK Subnet and any similar subnets #122

Closed alexpeterson91 closed 1 year ago

alexpeterson91 commented 1 year ago

https://docs.avax.network/subnets/setup-dfk-node

May need to refactor this package to build avalanche from source and then build the subnet-EVM plugin inside the Avalanche go directory, though it may work with binaries and proper scripting (will be needed to add any subnets anyway to add subnet IDs as flags etc), and make a new CI to track both Subnet EVM plugin version and its required AvalancheGo version.

Also could develop as separate package, looking for any feedback.

https://github.com/ava-labs/subnet-evm

Im gonna mess around with this and see what i can do! will report back with results and keep and eye out for any input anyone may have,

alexpeterson91 commented 1 year ago

Requires a full refactor and rebuild, working on it now in my own repo