# README
Bitmark SDK for Golang
The official Bitmark SDK for Golang
Setting Up
Prerequisites
- Golang version 1.13+
Installing
Go Module
In go.mod
file:
require (
github.com/bitmark-inc/bitmark-sdk-go
)
Manually
go get github.com/bitmark-inc/bitmark-sdk-go
Documentation
Please refer to our SDK Document.
Sample code
This is a sample project. It shows how to use Bitmark SDK for Golang.
Opening Issues
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.
# Packages
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
SPDX-License-Identifier: ISC Copyright (c) 2014-2020 Bitmark Inc.
# Functions
GetAPIClient - returns the API client.
GetNetwork - returns the network used.
Init - SDK initialization.
# Structs
APIError - struct that holds the API errors.
BackendImplementation - structure used by the API client.
Config - struct that initialize the API client connection.
# Type aliases
Network - indicates which network to connect.