Skip to main content

celocli node

Manage your Celo node

celocli node:accounts

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

USAGE
$ celocli node:accounts [--globalHelp]

FLAGS
--globalHelp View all available global flags

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

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

celocli node:synced

Check if the node is synced

USAGE
$ celocli node:synced [--globalHelp] [--verbose]

FLAGS
--globalHelp View all available global flags
--verbose output the full status if syncing

DESCRIPTION
Check if the node is synced

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