On-chain AI agent identity registration dApp with multi-language SDKs.
index.html— Single-file dApp (HTML/CSS/JS, ~2400 lines)sdks/— Python, Go, Rust, Java/Kotlin, Swift SDKssearch-service/— Agent search & indexing (TypeScript)agent-runtime/— Agent execution runtimecli/— Command-line interfacevscode-extension/— VS Code extensionmcp-server/— MCP server for agent operationslocales/— 20 language translations (JSON)docs/— Documentation
- BSC Testnet Identity:
0x8004A818BFB912233c491871b3d84c89A494BD9e - BSC Mainnet Identity:
0x8004A169FB4a3325136EB29fA0ceB6D2e539a432
cd sdks/python && pip install -e .
cd sdks/go && go test ./...
cd sdks/rust && cargo test
cd search-service && npm run dev- Use background terminals (
isBackground: true) for long-running commands - Kill terminals after use