What is tronweb?
TronWeb — JavaScript/TypeScript SDK for TRON (HTTP API, contracts, transactions, events). Source: hairyf/blockchain-skills.
TronWeb — JavaScript/TypeScript SDK for TRON (HTTP API, contracts, transactions, events).
Quickly install tronweb AI skill to your development environment via command line
Source: hairyf/blockchain-skills.
TronWeb is the official JavaScript/TypeScript SDK for the TRON network. It wraps the TRON HTTP API and provides a consistent API for accounts, blocks, transactions, smart contracts, and events. Use it in Node.js or the browser to build DApps, sign and broadcast transactions, and call contracts.
| Instance setup | fullHost, nodes, headers, privateKey, setPrivateKey/setAddress | core-instance-setup | | Address, units, encoding | hex/base58/checksum, toSun/fromSun, fromUtf8/toUtf8, sha3 | core-address-units | | Trx | Blocks, transactions, accounts, bandwidth, sign, broadcast, getCurrentRefBlockParams, signTypedData, ecRecover | core-trx |
| Utils | ABI, transaction, deserializeTx, accounts, address, validations | core-utils | | Providers | HttpProvider, request, isConnected, timeout, headers, setStatusPage | core-providers | | Constants | ADDRESSPREFIX, SUN/TRX, default feeLimit, BIP44 path | core-constants |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hairyf/blockchain-skills --skill tronwebTronWeb — JavaScript/TypeScript SDK for TRON (HTTP API, contracts, transactions, events). Source: hairyf/blockchain-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hairyf/blockchain-skills --skill tronweb Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/hairyf/blockchain-skills