avalanche-network-runner icon indicating copy to clipboard operation
avalanche-network-runner copied to clipboard

Avoid creating by hand vm binary in plugin-dir/vmid

Open felipemadero opened this issue 6 months ago • 0 comments

it should be much easier to just specify binary name and let ANR copy the files into proper location eg

go run main.go control start  --avalanchego-path ~/avalanchego-v1.11.10/avalanchego --blockchain-specs '[{"vm_name":"chain1","genesis":"~/genesis.json","vm_binary": "~/subnet-evm-v0.6.8/subnet-evm"}]'

this needs adding vm_binary to blockchain specs in rpc.proto

felipemadero avatar Aug 09 '24 22:08 felipemadero