feat: add tronlib to Blockchain section (#6108)

TronLib is a comprehensive, production-ready Go SDK for interacting with the TRON blockchain.

Forge link: https://github.com/kslamph/tronlib
pkg.go.dev: https://pkg.go.dev/github.com/kslamph/tronlib
goreportcard.com: https://goreportcard.com/report/github.com/kslamph/tronlib
Coverage: https://app.codecov.io/gh/kslamph/tronlib
This commit is contained in:
kslamph 2026-03-11 20:43:30 +08:00 committed by GitHub
parent 757c78a4d3
commit fa9fc24911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,6 +313,7 @@ _Tools for building blockchains._
- [nview](https://github.com/blinklabs-io/nview) - Local monitoring tool for a Cardano Node. It's a TUI (terminal user interface) designed to fit most screens.
- [solana-go](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces.
- [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols.
- [tronlib](https://github.com/kslamph/tronlib) - A comprehensive, production-ready Go SDK for interacting with the TRON blockchain with TRC20 token support.
**[⬆ back to top](#contents)**