You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add complete React/Next.js PWA frontend for AEAMCP with token integration
- Complete Next.js 14+ frontend with TypeScript and Tailwind CSS
- PWA support with manifest.json and service worker
- Solana wallet integration (Phantom, Solflare, Torus, Ledger)
- Real token integration (Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump)
- AI Agents registry page with search and filtering
- MCP Servers registry page with capability indicators
- Comprehensive tokenomics page with trading links
- Responsive design with dark mode support
- Direct Jupiter and Raydium trading integration
- Solscan explorer integration
- Copy-to-clipboard contract address functionality
- Professional UI/UX following Solana design principles
- Comprehensive README with setup and usage instructions
**MCP Server Registry**: `BCBVehUHR3yhbDbvhV3QHS3s27k3LTbpX5CrXQ2sR2SR` | [Explorer](https://explorer.solana.com/address/BCBVehUHR3yhbDbvhV3QHS3s27k3LTbpX5CrXQ2sR2SR?cluster=devnet)
14
+
10
15
## 🌟 Overview
11
16
12
17
The Solana AI Registries protocol provides essential infrastructure for discovering, verifying, and interacting with autonomous AI agents and Model Context Protocol (MCP) servers. This implementation consists of two interconnected on-chain registries:
@@ -308,6 +313,149 @@ solana config set --url devnet
308
313
./scripts/verify.sh
309
314
```
310
315
316
+
### 🌐 Live Devnet Deployment
317
+
318
+
The Solana AI Registries are currently deployed and live on Solana Devnet:
0 commit comments