Aptos Go SDK
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
Usage
Fetching Data →
Learn how to fetch data with the Go SDKSubmitting Transactions →
Learn how to submit transactions with the Go SDKExamples →
Explore Go examples provided in the SDKLast updated on