Installation

Prerequisites

  • Go 1.24 or later
  • Git

Install the SDK

Add GoTRON SDK to your Go project:

go get github.com/fbsobreira/gotron-sdk

Install tronctl CLI

The quickest way to install:

curl -fsSL gotron.sh/install | sh

Or via Go:

go install github.com/fbsobreira/gotron-sdk/cmd/tronctl@latest

Verify the installation:

tronctl --version

Build from Source

git clone https://github.com/fbsobreira/gotron-sdk.git
cd gotron-sdk
go build ./cmd/tronctl

Next Steps