Installation
Install Go
Install the panacead
panacead# Make sure to checkout the correct branch.
git clone -b v2.2.0-1 https://github.com/medibloc/panacea-core
cd panacea-core
make install # All binaries are installed in $GOPATH/bin$ panacead version
2.2.0-1Import panacea-core as a Go dependency
panacea-core as a Go dependencymodule your.com/yours
go 1.22
replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
// If you are using a ledger, you may need to replace the line as shown below:
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4
)Last updated
Was this helpful?