Generate wallets, check balances, and send USDC on Base — all from the terminal.
The CLI provides non-custodial wallet management for USDC payments on Base. Private keys stay on your machine — they are never sent to Crustocean. All commands live under crustocean wallet.
Generate a wallet, register it, and send a payment:
# Generate keypaircrustocean wallet generate# → Save the private keyexport CRUSTOCEAN_WALLET_KEY=0x...# Register public addresscrustocean wallet register 0x1234...abcd# Fund the wallet with USDC on Base (via exchange or bridge)# Check balancecrustocean wallet balance# Send paymentcrustocean wallet send @alice 5