Skip to content

Latest commit

 

History

History

celestia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Services

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: blockspacerace-0 | Latest Version Tag: v0.13.0 | Wasm: OFF

Website | Discord | Twitter

Subscribe to our free 🤖 Testnet Proposal Bot to never miss upcoming proposals

Chain explorer

https://explorer.kjnodes.com/celestia-testnet

Public endpoints

Peering

state-sync

d5519e378247dfb61dfe90652d1fe3e2b3005a5b@celestia-testnet.rpc.kjnodes.com:12056

seed-node

3f472746f46493309650e5a033076689996c8881@celestia-testnet.rpc.kjnodes.com:12059

addrbook

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

live-peers (15)

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