Wallets

CLI commands for managing test wallets.

List wallets

List your available wallets.

circuit wallet list

Output:

  • Wallet addresses

  • Wallet types (ethereum, solana)

  • Wallet names (if set)

  • Total USD value (if available)

Import Wallet

Import a wallet for testing.

circuit wallet import

Prompts:

  • Wallet type (ethereum, solana)

  • Private key or seed phrase

Behavior:

  • Validates wallet credentials

  • Stores wallet locally for testing

  • Wallet is available for circuit run --wallet

Security:

  • Wallets are stored on Circuit servers using the same secure storage as the web interface

  • Private keys are encrypted and stored securely via Circuit's KMS (Key Management Service)

Last updated