Mikachan powers private, offline-ready tap-to-pay for Web3. ZK-NFC transactions, x402-secured settlement, and autonomous payment verification—without intermediaries.
MikaRepo is an early-stage TypeScript project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.
A Next.js 15 Web3 tap-to-pay payment platform using Solana Mainnet. Features a landing page, real SOL transfer + claim system, AI payment agent, and an OpenClaw integration concept page.
app/ - Next.js App Router pagespage.tsx - Landing pagetransfer/ - SOL transfer + claim page (WalletProvider wrapped)agent/ - AI Payment Agent page (WalletProvider wrapped)openclaw/ - OpenClaw × Mikachan integration concept pagedocs/ - Documentation pagewhitepaper/ - Whitepaper pageapi/deposit/ - Verifies SOL deposit tx, generates claim codeapi/claim/ - Processes claim code, sends SOL from pool walletapi/agent/ - OpenAI-powered NLP payment intent parsercomponents/ - Shared componentsNavbar.tsx, Hero.tsx, Features.tsx, HowItWorks.tsx, CTA.tsx, Footer.tsxWalletProvider.tsx - Solana wallet-adapter providerAgentChat.tsx - AI payment agent chat UIlib/db.ts - PostgreSQL connection pooldeposits table with atomic claim processingdeposits table: id, claim_code, amount_lamports, sender_address, tx_signature, claimer_address, claim_tx_signature, status, created_at, claimed_atDATABASE_URL - PostgreSQL connection stringPOOL_WALLET_SECRET - Pool wallet private key (bs58)NEXT_PUBLIC_POOL_WALLET - Pool wallet public addressSOLANA_RPC_URL - Custom Solana Mainnet RPC (server-side)NEXT_PUBLIC_SOLANA_RPC_URL - Custom Solana Mainnet RPC (client-side)AI_INTEGRATIONS_OPENAI_API_KEY - Replit AI Integrations OpenAI keyAI_INTEGRATIONS_OPENAI_BASE_URL - Replit AI Integrations OpenAI base URLframer-motion (not motion/react) — critical for build<a href="/"> (not Next.js Link) for back-navigationtranspilePackages: ['framer-motion'] and devIndicators: falsegpt-4o-mini with response_format: { type: 'json_object' }npm run dev # Development on port 5000
npm run build # Production build
npm run start # Production server on port 5000
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
A payments protocol for the internet. Built on HTTP.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Self-healing infrastructure for AI agent payments. 90.3% auto-recovery.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.