For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ’ Celestia

Make sure you have the latest Go build and system components installed

Install Node

cd $HOME 

rm -rf celestia-app 

git clone https://github.com/celestiaorg/celestia-app.git

cd celestia-app/ 

git checkout v1.3.0

make install

celestia-appd version

Initialize Node

celestia-appd init NodeName --chain-id=celestia

Download Genesis

curl -Ls https://ss.celestia.nodestake.top/genesis.json > $HOME/.celestia-app/config/genesis.json 

Download addrbook

Create Service

Download Snapshot

Launch Node

Get Sync Status

Add New Key

Recover Existing Key

Query Wallet Balance

Create New Validator

Service command

Last updated