Skip to content

Latest commit

Β 

History

History
108 lines (64 loc) Β· 3.16 KB

File metadata and controls

108 lines (64 loc) Β· 3.16 KB

TronLink Developer Documentation

This is the official developer documentation for the TronLink wallet, providing comprehensive development guides and API references.

πŸ€– For AI Agents

If you are an AI agent (Claude, Cursor, Codex, etc.) reading this repo, start here:

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.

πŸ“– Documentation Contents

  • 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.*.txt endpoints)
    • 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

πŸš€ Getting Started

Local Development

  1. Clone the repository
git clone https://github.com/TronLink/docs.git
cd docs
  1. Install dependencies
pip install -r requirements.txt
  1. Start the local server
mkdocs serve
  1. Visit http://localhost:8000 to view the documentation.

Build the Documentation

mkdocs build

The built files will be output to the site/ directory.

πŸ”§ Tech Stack

🀝 Contact Us

πŸ“š Related Links