tron

Original🇺🇸 English
Translated

TRON (java-tron) - account model, DPoS, resources, system contracts, TVM, TRC-10/TRC-20, DEX, APIs, events, TronGrid.

2installs
Added on

NPX Install

npx skill4agent add hairyf/blockchain-skills tron

Tags

Translated version includes tags in frontmatter
Skill based on TRON documentation (tronprotocol/documentation-en), generated 2026-02-25.

Core References

TopicDescriptionReference
Account modelAddress, EOA vs contract, activation, signingcore-account
Account permissionsOwner, witness, active; multi-sig; AccountPermissionUpdateContractcore-account-permissions
Resource modelBandwidth, Energy, TP; staking, fee_limit, delegationcore-resource-model
DPoSSuper Representatives, voting, slots, epochscore-dpos
SR and CommitteeElection, brokerage, block/vote rewards, proposalscore-sr-committee
System contractsTransaction types and HTTP/gRPC APIscore-system-contracts
TVMEVM compatibility, Bandwidth vs Energy, deploy/triggercore-tvm
Tokens TRC-10/TRC-20Native vs contract; issue, transfer, querycore-tokens-tr10-tr20
DEXNative trading pairs (Bancor), create/trade/inject/withdrawcore-dex

Features

TopicDescriptionReference
HTTP wallet APIsAccounts, transactions, broadcast, resources, votingfeatures-http-wallet
gRPC and JSON-RPCWhen to use each; eth_* compatibility, buildTransactionfeatures-api-grpc-jsonrpc
Smart contractsConstant vs inconstant, delegate call, CREATEfeatures-smart-contracts
Event subscriptionPlugin vs ZeroMQ; types, filtering, historical syncfeatures-events
TronGridHosted API - FullNode proxy and v1 RESTfeatures-trongrid
Developer toolsTronIDE, TronBox, TronWeb, Tridentfeatures-tools
wallet-cliCLI for signing, broadcasting, querying via gRPCfeatures-wallet-cli
Node deployment and opsDeploy, upgrade, private network, lite fullnode, backup, metricsfeatures-node-ops

Best practices

TopicDescriptionReference
Upgrade and verifyUpgrade steps; JAR signature verification for integritybest-practices-upgrade-verify