Go SDK
Installing the Go SDK
Section titled “Installing the Go SDK”Aptos provides an official Go SDK in the aptos-go-sdk GitHub repository. To use the Go SDK, get the main package here:
go get github.com/aptos-labs/aptos-go-sdk
Fetching Data Learn how to fetch data with the Go SDK
Submitting Transactions Learn how to submit transactions with the Go SDK
Examples Explore Go examples provided in the SDK