Validator Onboarding
SEDA Chain validators perform various signing duties for the SEDA Protocol.
Syncing Node
curl -s localhost:26657/status | jq .result | jq .sync_info“catching_up”: falseCreate-Validator Transaction
{
"pubkey": $(sedad tendermint show-validator),
"amount": "1000000000000000000000000000000000aseda",
"moniker": "the moniker for your validator",
"identity": "optional identity signature (ex. UPort or Keybase) This key will be used by block explorers to identify the validator.",
"website": "validator's (optional) website",
"security": "validator's (optional) security contact email",
"details": "validator's (optional) details",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}SEDA Key File Without Encryption
Last updated
Was this helpful?

