Prerequisites
Before you begin, ensure you have:- Node.js ≥ 20
- npm ≥ 10
- Solana CLI ≥ 1.18 (for devnet funding)
See the Installation guide for detailed prerequisite setup.
Quick Setup
Start Services
- API Gateway (3000)
- Wallet Engine (3002)
- Policy Engine (3003)
- Agent Runtime (3004)
- Protocol Adapters (3005)
- Transaction Engine (3006)
- Audit & Observability (3007)
- MCP Server (3008)
You’re ready! You now have a working Agentic Wallet infrastructure.
What’s Next?
Installation Guide
Complete installation and production setup
Configuration
Environment variables and advanced configuration
Create Wallets
Learn wallet creation and management
Execute Transactions
Transaction execution workflows
Common Next Steps
Fund a Wallet (Devnet)
For testing on devnet, fund your wallet with SOL:Query Wallet Balance
Deploy Escrow Program
To use escrow operations, deploy the Anchor program:Run Smoke Tests
Verify the full stack with automated tests:Troubleshooting
Port already in use (EADDRINUSE)
Port already in use (EADDRINUSE)
Kill processes using the required ports:Then restart:
npm run devEnvironment variables not loaded
Environment variables not loaded
Make sure you export variables before starting services:
Wallet creation fails
Wallet creation fails
Ensure
WALLET_KEY_ENCRYPTION_SECRET is set in .env:Learn More
- Architecture Overview - Understand the system design
- Security Model - Learn about trust boundaries
- API Reference - Explore the REST API
- CLI Integration - Command-line interface guide