Go developers can easily operate BubiChain blockchain via the BubiChain Go SDK. And you can complete the installation of by downloading the go package in a few minutes.
- doc is the usage documentations for the BubiChain Go SDK.
- src is the source code for the BubiChain Go SDK.
- test is the test code for the BubiChain Go SDK.
go 1.10.1 or above.
To use the BubiChain Go SDK in a Maven project, just download packages.
go get github.com/bubicn/bubichain-v4-sdk-go
This article uses version 2.0.0 as an example
import (
"github.com/bubicn/bubichain-v4-sdk-go/src/model"
"github.com/bubicn/bubichain-v4-sdk-go/src/sdk"
)
BubiChain Go SDK provides rich examples for developers' reference