Get started with LedgerMind in minutes. Follow these steps to deploy smart contracts, run the MCP server, and create your first payment intent.
# Copy environment template cp .env.example .env # Configure your keys PRIVATE_KEY_PAYER=your_payer_private_key PRIVATE_KEY_AGENT=your_agent_private_key FACTORY_ADDRESS=0xfF0e7F71a0e19E0BF037Bd90Ba30A2Ee409E53a7 USDC_ADDRESS=0x4fCF1784B31630811181f670Aea7A7bEF803eaED
# Install dependencies npm install # Deploy contracts to Sei testnet npm run deploy:testnet # Verify deployment npm run verify:testnet
# Start the MCP server cd packages/mcp npm run dev # Server will run on http://localhost:3001 # Connect your AI tool to this endpoint
Use the dashboard or MCP tools to create your first payment intent:
Learn about Sei's EVM implementation and development tools
Official Model Context Protocol documentation and specifications
View the complete source code and contribute to the project
Monitor transactions and contract interactions on Sei network