Skip to main content

celocli node

Manage your Celo node

celocli node:accounts#

List the addresses that this node has the private keys for.

List the addresses that this node has the private keys for.
USAGE  $ celocli node:accounts
OPTIONS  --globalHelp  View all available global flags

See code: src/commands/node/accounts.ts

celocli node:synced#

Check if the node is synced

Check if the node is synced
USAGE  $ celocli node:synced
OPTIONS  --globalHelp  View all available global flags  --verbose     output the full status if syncing

See code: src/commands/node/synced.ts