Skip to content

Commit d9f4ba6

Browse files
committed
chore: update main readme
1 parent bb49e61 commit d9f4ba6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,26 @@ This project is organized as a monorepo with the following packages:
1919
| **[`packages/core/`](packages/core/)** | **Core Polkadot API functionality** | • PolkadotApi implementation with multi-chain support<br/>• Balance checking and native token transfers<br/>• Cross-chain (XCM) transaction handling<br/>• Dynamic chain initialization and management<br/>• Transaction utilities and signing logic |
2020
| **[`packages/llm/`](packages/llm/)** | **LangChain integration for AI agents** | • LangChain-compatible tools for blockchain operations<br/>• AI agent interfaces and abstractions<br/>• Tool definitions for balance checking, transfers, and XCM<br/>• Dynamic chain initialization tools for AI agents |
2121
| **[`packages/sdk/`](packages/sdk/)** | **Main SDK interface** | • PolkadotAgentKit - the primary class for developers<br/>• High-level API that combines core and LLM functionality<br/>• Comprehensive examples and documentation<br/>• Integration tests and usage patterns |
22-
| **[`packages/mcp/`](packages/mcp/)** | **Model Context Protocol server** | • MCP server for AI assistant integration<br/>• Direct tool access for Claude Desktop, Cursor, and custom clients<br/>• Complete Polkadot ecosystem toolset (balance, transfer, staking, DeFi)<br/>• Cross-chain operations and XCM transfers<br/>• Nomination pool management and token swaps |
22+
2323

2424
## 🔗 Examples
2525

2626
Explore real-world implementations:
2727

2828
- **[Telegram Bot Example](examples/telegram-bot/)**
29+
- **[Polkadot Agent Kit MCP Server Example](examples/mcp-server/)**
2930

3031
## 🚀 How to Run the Monorepo
3132

3233
### Prerequisites
33-
- Node.js 18+
34+
- Node.js 22+
3435
- pnpm (recommended package manager)
3536

3637
### Setup and Development Commands
3738

3839
```bash
3940
# 1. Clone the repository
40-
git clone https://github.com/openguild-labs/polkadot-agent-kit.git
41+
git clone https://github.com/elasticlabs-org/polkadot-agent-kit
4142
cd polkadot-agent-kit
4243

4344
# 2. Install all dependencies
@@ -52,8 +53,12 @@ pnpm run test
5253
# 5. Run end-to-end tests
5354
pnpm run test:e2e
5455

55-
# 6. Run integration tests (requires Ollama)
56-
pnpm run test:integration
56+
# 6. Run integration tests for testnet agent (requires Ollama)
57+
pnpm run test:integration:testnet
58+
59+
# 7. Run integration tests for mainnet agent (requires Ollama)
60+
pnpm run test:integration:mainnet
61+
5762
```
5863

5964
## 🤝 Contributing

0 commit comments

Comments
 (0)