Registry / crypto / fbsobreira-gotron-sdk

fbsobreira-gotron-sdk

JSON →
library0.26.0gogounverified

Go SDK for interacting with the TRON blockchain, providing wallet, transaction, and smart contract functionality.

go get github.com/fbsobreira/gotron-sdk
INSTALL
IMPORT
SIG · FBSOBREIRA-GOTRON-
F
fbsobreira-gotron-sdk
cryptogov0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gotron
✓ github.com/fbsobreira/gotron-sdk

Connect to TRON network and fetch account info.

package main import ( "context" "log" "github.com/fbsobreira/gotron-sdk/pkg/client" ) func main() { c := client.NewGrpcClient("grpc.trongrid.io:50051") err := c.Start(context.Background()) if err != nil { log.Fatal(err) } defer c.Stop() acc, err := c.GetAccount(context.Background(), "TRON_ADDRESS") if err != nil { log.Fatal(err) } log.Println(acc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
fbsobreira-gotron-sdk — go get fbsobreira-gotron-sdk · libregistry