avalanche-network-runner
avalanche-network-runner copied to clipboard
Tool to run and interact with an Avalanche network locally
we can move this stuff to a helper, and probably call it on config generation
depends on https://github.com/ava-labs/avalanchego/pull/3247 being merged after that, update dep
According to the RPC protocol of avalanchego 1.11.10 is newer. Coreth 0.13.7 uses avalanchego 1.11.10.
In this repository what I did was: ``` go get github.com/supranational/[email protected] go mod tidy ```
blst 0.3.11 produces segmentation faults in OpenBSD due to constants present in a text section instead of being in a read-only section. The problem was solved in version 0.3.12. See...
to support etna and similar dev tools
just let anr receive ~ whenever suitable
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":...