This is the official developer documentation for the TronLink wallet, providing comprehensive development guides and API references.
If you are an AI agent (Claude, Cursor, Codex, etc.) reading this repo, start here:
AGENTS.md— orientation: topic map, SSOT boundaries (error codes, schemas, versions), upstream package pointers.docs/llms.txt/docs/llms.zh.txt— curated llmstxt.org indexes. Source filenames carry.en/.zhsuffixes; deployed URLs strip them:/llms.txt(EN) and/zh/llms.txt(ZH).docs/llms-full.en.txt/docs/llms-full.zh.txt— every page concatenated for single-fetch ingestion. Deployed at/llms-full.txt(EN) and/zh/llms-full.txt(ZH).docs/ai-support/— MCP servers, Skills, CLI, signer SDK. Live AI/agent surface; seeai-llms.en.mdfor the overview.
Branch on structured error.code / error.retryable, never on prose. Sign / Remote Write tools require user approval (HITL) and must not be auto-retried — see each tool's Safety section.
- Introduction - Overview of TronLink and the TRON ecosystem
- HD Wallet - Documentation related to HD wallets
- TronLink App - Mobile integration guide
- Asset Management
- DeepLink
- DApp Support
- TronLink Wallet Extension - Browser extension development
- Request TronLink Extension
- Receive messages from TronLink
- DApp - Decentralized application development
- Start Developing
- Multi-Signature Transfer
- Message Signature
- General Transfer
- Stake2.0
- AI Support - AI agent tooling and machine-readable documentation
- AI / LLMs (entry point +
llms.txt/llms-full.*.txtendpoints) - MCP Server TronLink (52 tools: on-chain, multi-sig, GasFree)
- TronLink MCP Core (framework library, SSOT for error codes & schemas)
- TronLink Skills (read-only agent skills, 33 commands / 25 MCP tools)
- MCP TronLink Signer & TronLink Signer SDK (HITL signing)
- TronLink CLI
- AI / LLMs (entry point +
- Clone the repository
git clone https://github.com/TronLink/docs.git
cd docs- Install dependencies
pip install -r requirements.txt- Start the local server
mkdocs serve- Visit http://localhost:8000 to view the documentation.
mkdocs buildThe built files will be output to the site/ directory.
- MkDocs - Static site generator
- Material for MkDocs - Theme
- GitHub Pages - Hosting service
- GitHub Actions - CI/CD for deployment
- Official Website: https://www.tronlink.org/