Was ist tronweb?
TronWeb – JavaScript/TypeScript SDK für TRON (HTTP-API, Verträge, Transaktionen, Ereignisse). Quelle: hairyf/blockchain-skills.
TronWeb – JavaScript/TypeScript SDK für TRON (HTTP-API, Verträge, Transaktionen, Ereignisse).
Installieren Sie den KI-Skill tronweb schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 |
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/hairyf/blockchain-skills --skill tronwebTronWeb – JavaScript/TypeScript SDK für TRON (HTTP-API, Verträge, Transaktionen, Ereignisse). Quelle: hairyf/blockchain-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/hairyf/blockchain-skills --skill tronweb Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/hairyf/blockchain-skills