tron
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/hairyf/blockchain-master --skill tron
Agent 安装分布
mcpjam
1
claude-code
1
replit
1
junie
1
windsurf
1
zencoder
1
Skill 文档
Skill based on TRON documentation (tronprotocol/documentation-en), generated 2026-02-25.
Core References
| Topic | Description | Reference |
|---|---|---|
| Account model | Address, EOA vs contract, activation, signing | core-account |
| Account permissions | Owner, witness, active; multi-sig; AccountPermissionUpdateContract | core-account-permissions |
| Resource model | Bandwidth, Energy, TP; staking, fee_limit, delegation | core-resource-model |
| DPoS | Super Representatives, voting, slots, epochs | core-dpos |
| SR and Committee | Election, brokerage, block/vote rewards, proposals | core-sr-committee |
| System contracts | Transaction types and HTTP/gRPC APIs | core-system-contracts |
| TVM | EVM compatibility, Bandwidth vs Energy, deploy/trigger | core-tvm |
| Tokens TRC-10/TRC-20 | Native vs contract; issue, transfer, query | core-tokens-tr10-tr20 |
| DEX | Native trading pairs (Bancor), create/trade/inject/withdraw | core-dex |
Features
| Topic | Description | Reference |
|---|---|---|
| HTTP wallet APIs | Accounts, transactions, broadcast, resources, voting | features-http-wallet |
| gRPC and JSON-RPC | When to use each; eth_* compatibility, buildTransaction | features-api-grpc-jsonrpc |
| Smart contracts | Constant vs inconstant, delegate call, CREATE | features-smart-contracts |
| Event subscription | Plugin vs ZeroMQ; types, filtering, historical sync | features-events |
| TronGrid | Hosted API – FullNode proxy and v1 REST | features-trongrid |
| Developer tools | TronIDE, TronBox, TronWeb, Trident | features-tools |
| wallet-cli | CLI for signing, broadcasting, querying via gRPC | features-wallet-cli |
| Node deployment and ops | Deploy, upgrade, private network, lite fullnode, backup, metrics | features-node-ops |
Best practices
| Topic | Description | Reference |
|---|---|---|
| Upgrade and verify | Upgrade steps; JAR signature verification for integrity | best-practices-upgrade-verify |