Skip to content

bitmark-inc/bitmark-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmark SDK for Golang

The official Bitmark SDK for Golang

GoDoc GitHub issues GitHub forks Go Report Card Build Status

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.