Time to read: 1 min
完全なドキュメント索引については llms.txt
Conversational AI Agent with Blockchain Actions on Rootstock
This guide walks through a minimal dApp that connects a conversational AI agent to the Rootstock testnet. Users check token balances and send tRBTC through chat. The agent reads wallet state, keeps conversational context, and submits scoped on-chain actions through defined tools.
The tech stack used in this tutorial is:
- NextJS as the development framework.
- The Rootstock Next Reown starter kit and Wagmi to handle wallet connections and blockchain interactions.
- Groq’s LLM API, for the natural language interface.
- Shadcn as UI library.