CLI commands for managing test 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 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
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 1 month ago