An SDK for the Aptos blockchain in Go.
Add go to your go.mod
file
go get -u github.com/aptos-labs/aptos-go-sdk
Take a look at examples/
for some examples of how to write clients.
You can read more about the Go SDK documentation on aptos.dev
- Make your changes
- Update the CHANGELOG.md
- Run
gofumpt -l -w .
- Run
golangci-lint run
- Commit with a good description
- Submit a PR
- Update changelog with a pull request
- Create a new tag via e.g. v1.1.0 with the list of changes