π¦ ClawHub
Base Wallet
by @daaab
π Base Wallet - Crypto Identity for AI Agents. Create wallets, sign messages (SIWE), send transactions programmatically. No browser extensions, no human intervention. The foundation for autonomous Web3 agents.
π‘ Examples
Create a New Wallet (Recommended)
# Output as environment variable format (safest)
node scripts/create-wallet.js --envOutput example:
export WALLET_ADDRESS="0x..."
export PRIVATE_KEY="0x..."
Then copy to your shell or .env file.
Create with File Storage (Opt-in)
# Only if you need file-based storage
node scripts/create-wallet.js --managed my-agent
β οΈ This stores private key in ~/.openclaw/wallets/my-agent.json
TERMINAL
clawhub install base-wallet