Skip to content

armmarov/zetrix-sdk-go-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZetrixChain Go SDK

Introduction

Go developers can easily operate ZetrixChain blockchain via the ZetrixChain Go SDK. And you can complete the installation of by downloading the go package in a few minutes.

  1. docs is the usage documentations for the ZetrixChain Go SDK.
  2. src is the source code for the ZetrixChain Go SDK.
  3. test is the test code for the ZetrixChain Go SDK.
  4. examples is the examples for the ZetrixChain Go SDK.

Environment

go 1.10.1 or above.

Installation

Mode 1:Adding Dependencies to Maven Projects (Recommended)

To use the ZetrixChain Go SDK in a Maven project, just download packages.

Download packages

	go get github.com/Zetrix-Chain/zetrix-sdk-go

This article uses version 2.0.0 as an example

Mode 2: Import the Package in the Project

import (

	"github.com/Zetrix-Chain/zetrix-sdk-go/src/model"
	"github.com/Zetrix-Chain/zetrix-sdk-go/src/sdk"
)

Example project

ZetrixChain Go SDK provides rich examples for developers' reference

About

Zetrix SDK for GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%