Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ TELEGRAM_ONLY=
# Axiom metrics (optional — metrics disabled if AXIOM_TOKEN is not set)
AXIOM_TOKEN=
AXIOM_DATASET=solclaw

# Swig smart wallet (optional — used when SOLANA_SIGNING_METHOD=swig)
SWIG_AUTHORITY_PRIVATE_KEY=
SWIG_PAYMASTER_API_KEY=
SWIG_PAYMASTER_PUBKEY=
SWIG_PAYMASTER_NETWORK=
GAS_SPONSOR_URL=
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Features

- 🔗 **60+ Solana Actions** - Trade, stake, lend, deploy tokens, mint NFTs
- 🧠 **Swig Smart Wallets** - Create and operate Swig wallets with first-class MCP support
- 💬 **Natural Language** - "Swap 0.1 SOL for USDC" → Executes on-chain
- 📱 **WhatsApp/Telegram** - Chat with your agent from your phone
- 🔐 **Secure** - Isolated containers, private key protection
Expand All @@ -19,7 +20,7 @@ cd solclaw
claude
```

and after claude code has been started run ```/setup ``` in the claude code itself
and after claude code has been started run `/setup` in Claude Code itself

## Example Commands

Expand Down
Loading