The official Bitmark SDK for Golang
- Golang version 1.13+
In go.mod
file:
require (
github.com/bitmark-inc/bitmark-sdk-go
)
go get github.com/bitmark-inc/bitmark-sdk-go
Please refer to our SDK Document.
This is a sample project. It shows how to use Bitmark SDK for Golang.
If you encounter a bug with the Bitmark SDK for Golang we would like to hear from you. Search the existing issues and try to make sure your problem doesn’t exist yet before opening a new issue. It’s helpful if you could provide the version of the SDK, Golang and OS you’re using. Please include a stack trace and reproducible case if possible.