πŸ“˜Commands

πŸ“šUseful commandsπŸ“š

Light node Status:

celestia header sync-state --node.store ~/.celestia-light/

Light wallet balance:

celestia state balance --node.store ~/.celestia-light/

Wallet address:

cel-key list --node.type light --keyring-backend test

Recover an existing wallet:

cel-key add light-wallet --keyring-backend test --node.type light --recover

Node ID:

celestia p2p info --node.store ~/.celestia-light/

Unsafe reset node:

celestia light unsafe-reset-store

Last updated