{"id":64059,"library":"fbsobreira-gotron-sdk","title":"Go Tron SDK","description":"Go SDK for interacting with the TRON blockchain, providing wallet, transaction, and smart contract functionality.","status":"active","version":"0.26.0","language":"go","source_language":null,"source_url":"https://github.com/fbsobreira/gotron-sdk","tags":["tron","blockchain","sdk","crypto"],"install":[{"cmd":"go get github.com/fbsobreira/gotron-sdk","lang":"bash","label":"Install github.com/fbsobreira/gotron-sdk"}],"dependencies":[],"imports":[{"symbol":"gotron","correct":"github.com/fbsobreira/gotron-sdk"}],"quickstart":{"code":"package main\n\nimport (\n    \"context\"\n    \"log\"\n    \"github.com/fbsobreira/gotron-sdk/pkg/client\"\n)\n\nfunc main() {\n    c := client.NewGrpcClient(\"grpc.trongrid.io:50051\")\n    err := c.Start(context.Background())\n    if err != nil {\n        log.Fatal(err)\n    }\n    defer c.Stop()\n    acc, err := c.GetAccount(context.Background(), \"TRON_ADDRESS\")\n    if err != nil {\n        log.Fatal(err)\n    }\n    log.Println(acc)\n}","lang":"go","description":"Connect to TRON network and fetch account info."},"warnings":[],"env_vars":null,"search_vec":"'blockchain':11,20 'contract':17 'crypto':22 'function':18 'go':1,4 'interact':7 'provid':12 'sdk':3,5,21 'smart':16 'transact':14 'tron':2,10,19 'wallet':13","created_at":"2026-06-17T16:51:29.189524+00:00","updated_at":"2026-06-17T16:51:29.189524+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/fbsobreira/gotron-sdk","github":"https://github.com/fbsobreira/gotron-sdk","docs":"https://pkg.go.dev/github.com/fbsobreira/gotron-sdk#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}