Rig Onchain Kit
A rig companion crate for building AI-powered applications that interact natively with blockchain networks built in partnership with listen. Combines LLM capabilities with secure blockchain operations to create intelligent agents capable of executing complex on-chain interactions across Solana and EVM networks.
Features
- Dual-chain Support - Native support for Solana and EVM ecosystems
- Secure by Design - Thread-local signer isolation and Privy-based authentication
- Real-time Streaming - SSE-enabled HTTP service for concurrent user sessions
- Extensible Tool System - Combine prebuilt DeFi operations with custom logic
- Wallet Agnostic - Supports local key management and Privy-embedded wallets
Quick Start
# Add to your project
# For custom tools
Basic usage:
use create_solana_agent;
use SignerContext;
use LocalSolanaSigner;
async
Documentation
Read the full documentation to learn more
License
build with <3 by listen