Skip to content

Commands

cfxdevkit edited this page Dec 19, 2024 · 1 revision

Node Management

  • start: Start the development node and monitor transactions in real-time.
    • Additional options and prompts will allow you to send funds via the faucet.

Wallet Management

  • wallet: Configure and manage local HDWallets.
    • add: Add or generate a new mnemonic in the keystore.
    • select: Select the active mnemonic for use.
    • show: Display the currently active mnemonic.
    • private-key: Manage private keys.
      • Options:
        • --derivation-path [path]: Specify a custom derivation path for the private key.
        • --espace: Use the eSpace network (default).
        • --core: Use the Core network.
        • --index [index]: Specify the index for key derivation (default: 0).

Configuration Management

  • config: View and update configuration settings.
    • view: Display the current configuration.
    • update: Interactively update configuration settings via a menu.

Clone this wiki locally