From fa9fc249116f74dfcbb4e8b5d9fcb032a92ca247 Mon Sep 17 00:00:00 2001 From: kslamph <15257433+kslamph@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:43:30 +0800 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f8eeab1..1cbefb7c 100644 --- a/README.md +++ b/README.md @@ -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)**