CELESTIA

Celestia is a minimal blockchain that only orders and publishes transactions and does not execute them. By decoupling the consensus and application execution layers, Celestia modularizes the blockchain technology stack and unlocks new possibilities for decentralized application builders.

Chain ID: mocha | Latest Version Tag: v0.11.0 | Wasm: OFF

Website | Discord | Twitter

Public endpoints

Peering

state-sync

seed-node

addrbook

curl -Ls https://snapshots.stakeandrelax.net/celestia-testnet/addrbook.json > $HOME/.celestia-app/config/addrbook.json

live-peers (4)

peers="[email protected]:26656,[email protected]:20656,[email protected]:26656,[email protected]:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.celestia-app/config/config.toml

Last updated