← Templates
Sui dApp
Wallet connect, gRPC reads, and an AI copilot that knows your holdings.
Next.jsdapp-kitgRPCt2000/auto
$ npm create t2-app@latest my-app -- --template sui-dappthen: npm install · export T2000_API_KEY=sk-... · npm run dev — free key: agents.t2000.ai
ABOUT
A Next.js dApp with dapp-kit wallet connect, balance reads served by SuiGrpcClient (JSON-RPC retires July 2026), and a streaming AI copilot that receives the connected wallet's holdings as context — it explains, your wallet signs.
GOES WELL WITH
npx skills add mystenlabs/skills --allOfficial Sui Agent Skills (Mysten Labs)
WHAT’S INCLUDED
- ConnectButton wallet flow + live balance list
- gRPC-only chain reads, floor-never-round display amounts
- AI copilot with the connected wallet as context
- Sui ground rules in AGENTS.md + Mysten skills one-liner
Full options: create-t2-app docs