Step-by-step guide to running an Elder node and initializing a network. Includes prerequisites, installation, configuration, and startup instructions for Elder, powered by Cosmos-SDK and CometBFT.
$GOPATH/bin
added to your PATH
(usually GOPATH=~/go/bin
)~/.elder/config
:
min-gas-prices = "0elder"
keyring-backend = "test"
~/.elder/config/app.toml
:
grpc.enable = true
grpc.address = "localhost:9090"
(or 0.0.0.0:9090
for all IPs)api.enable = true
api.address = "tcp://localhost:1317"
(or tcp://0.0.0.0:1317
)