@gicm/wallet-agent
v1.0.1
Published
AI-powered wallet operations agent - natural language transactions via Coinbase AgentKit & Solana Agent Kit
Maintainers
Readme
@gicm/wallet-agent
AI-powered wallet operations - Natural language transactions via Coinbase AgentKit & Solana Agent Kit
Installation
npm install @gicm/wallet-agent
# or
pnpm add @gicm/wallet-agentFeatures
- Multi-Chain Support: Solana and EVM chains
- Natural Language: "Swap 1 SOL for USDC" style commands
- Coinbase AgentKit: Enterprise-grade EVM operations
- Solana Agent Kit: Native Solana transactions
- Type-Safe: Full TypeScript with Zod validation
Quick Start
import { WalletAgent } from "@gicm/wallet-agent";
const agent = new WalletAgent({
chain: "solana",
// privateKey from env
});
// Execute natural language command
const result = await agent.run({
command: "swap 1 SOL for USDC on Jupiter",
});
console.log(result.txHash);Supported Operations
| Operation | Description |
|-----------|-------------|
| swap | Token swaps via DEX aggregators |
| transfer | Send tokens to addresses |
| balance | Check wallet balances |
| stake | Stake SOL or tokens |
| bridge | Cross-chain transfers |
License
MIT - Built by gICM
