tronweb とは?
TronWeb — TRON 用の JavaScript/TypeScript SDK (HTTP API、コントラクト、トランザクション、イベント)。 ソース: hairyf/blockchain-skills。
TronWeb — TRON 用の JavaScript/TypeScript SDK (HTTP API、コントラクト、トランザクション、イベント)。
コマンドラインで tronweb AI スキルを開発環境にすばやくインストール
ソース: 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 |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/hairyf/blockchain-skills --skill tronwebTronWeb — TRON 用の JavaScript/TypeScript SDK (HTTP API、コントラクト、トランザクション、イベント)。 ソース: hairyf/blockchain-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hairyf/blockchain-skills --skill tronweb インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/hairyf/blockchain-skills