tron-grpc

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

A fully-typed TypeScript client for the TRON blockchain that communicates with java-tron full nodes over gRPC. Version 1.0.1 provides a high-level API abstracting away protobuf encoding, base58↔hex address conversion, and sun-to-TRX amount conversion. It requires Node.js 20+ (uses built-in fetch and TextEncoder) and is developed by TronSave/SaveWallet. Compared to alternatives like tronweb or tronbox, tron-grpc is ESM-only, has zero non-peer runtime dependencies, and outputs human-readable strings instead of raw buffers.