panacead
panacead
binary to run your node or to communicate with other nodes, please clone the panacea-core
project and build it.panacead
binary is installed successfully.panacea-core
as a Go dependencypanacea-core
, you cannot run go get github.com/medibloc/panacea-core/v2
directly due to the design of Go Modules , which doesn't honor replace
directives in the go.mod
of the panacea-core
.replace
directives in your go.mod
as below.go get
the panacea-core
.