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 [--gasCurrency <value>] [--globalHelp]

FLAGS
--gasCurrency=0x1234567890123456789012345678901234567890 Use a specific gas currency
for transaction fees
(defaults to CELO if no gas
currency is supplied). It
must be a whitelisted token.
--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 [--gasCurrency <value>] [--globalHelp] [--verbose]

FLAGS
--gasCurrency=0x1234567890123456789012345678901234567890 Use a specific gas currency
for transaction fees
(defaults to CELO if no gas
currency is supplied). It
must be a whitelisted token.
--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