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
- Add integration-focused navigation structure
- Improve RPC playground widget with better responsive layout
- Add info popover for default server limitations
- Simplify history display by removing grouping
- Enhance styling for code snippets and timestamps
- Add NqHeadline component and integration pages
- Update method index with search functionality
- Fix syntax issues and linting errors
<Tabs.Listflex="~ justify-start gap-16"f-px="20/24":aria-label="`See how to call ${widget.method}`"py-8bg-neutral-50h-44border="b-1.5 solid neutral/8">
Connect to the Nimiq blockchain using your preferred programming language or AI assistant.
3
+
The Nimiq RPC API provides multiple integration options for connecting to the blockchain. Choose the approach that best fits your development needs.
4
4
5
-
## AI Assistant Integration
5
+
Use the **Integrations** section in the sidebar to explore each client option, or jump directly to:
6
6
7
-
### Nimiq MCP Server
8
-
**For AI assistants like Claude, ChatGPT, and others**
7
+
-**[Raw Requests](./integrations/raw)** - curl, wget, and direct HTTP calls
8
+
-**[JavaScript Native](./integrations/javascript)** - Pure JavaScript with fetch API
9
+
-**[TypeScript Client](./integrations/typescript)** - Fully typed production client
10
+
-**[ARPL CLI Tool](./integrations/arpl)** - Command-line interface for node management
11
+
-**[MCP Server (AI)](./integrations/mcp)** - AI assistant integration
9
12
10
-
The [Nimiq Model Context Protocol (MCP) Server](https://github.com/onmax/nimiq-mcp) enables AI assistants to interact directly with the Nimiq blockchain through a standardized protocol.
11
-
12
-
-**Installation**: `npx nimiq-mcp`
13
-
-**Features**: 20+ blockchain tools for accounts, transactions, validators, and documentation
Missing your favorite language? We welcome community contributions for additional client libraries. Check our [development guidelines](https://github.com/nimiq) for creating new clients.
39
-
40
-
## Need Help?
41
-
42
-
-**Documentation**: [RPC API Reference](./methods/)
0 commit comments