# xuper-sdk-go **Repository Path**: qyh0126/xuper-sdk-go ## Basic Information - **Project Name**: xuper-sdk-go - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xuper-sdk-go XuperChain Client SDK for Go This SDK enables Go developers to build solutions that interact with open chain network of XuperChain. [![GoDoc](https://pkg.go.dev/badge/github.com/xuperchain/xuper-sdk-go?utm_source=godoc)](https://pkg.go.dev/github.com/xuperchain/xuper-sdk-go/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/xuperchain/xuper-sdk-go)](https://goreportcard.com/report/github.com/xuperchain/xuper-sdk-go) [![License](https://img.shields.io/github/license/xuperchain/xuper-sdk-go?style=flat-square)](/LICENSE) # Getting started ## Requirements * OS Support: Linux and Mac OS * Go 1.12.x or later * GCC 4.8.x or later * Git ## Simple use samples Get xuper-sdk-go ```bash git clone https://github.com/godeamon/xuper-sdk-go.git cd xuper-sdk-go ``` Run test ```bash make ``` Use go get xuper-sdk-go ```bash go get github.com/xuperchain/xuper-sdk-go/v2 ``` ## example xuper-go-sdk more [example](https://github.com/xuperchain/xuper-sdk-go/tree/master/example) # Contributing to the xuper-sdk-go If you want to contribute to xuper SDK, please read the source code, understand the current technology, and then develop it. After the completion of development, the corresponding test cases shall be supplemented. Initiate pull request. # License xuper-sdk-go software is licensed under [Apache License, Version 2.0](https://github.com/xuperchain/xuper-sdk-go/blob/master/LICENSE) # Contact us If you're interested in xuper-sdk-go, welcome to join us and develop together # XuperChain go语言的客户端xuper-sdk-go SDK 可以使 go 的开发者更好的与 XuperChain 的公开链网络进行交互以及其他 XuperChain 的节点。 # Getting started ## 环境配置 * 操作系统:支持Linux以及Mac OS * 开发语言:Go 1.12.x及以上 * 编译器:GCC 4.8.x及以上 * 版本控制工具:Git ## 使用 克隆xuper-sdk-go仓库 ``` git clone https://github.com/godeamon/xuper-sdk-go.git cd xuper-sdk-go ``` 运行测试 ```bash make ``` 使用 go get 安装 xuper-sdk-go ```bash go get github.com/xuperchain/xuper-sdk-go/v2 ``` ## 示例 xuper-go-sdk 使用示例请参考[example](https://github.com/xuperchain/xuper-sdk-go/tree/master/example) # 如何参与开发xuper-sdk-go 如果您想为xuper-sdk-go做贡献 请阅读源代码,了解当前技术之后,进行开发 开发完毕后,补充相应test caset 发起pull request # 许可证 xuper-sdk-go使用的许可证是[Apache License, Version 2.0](https://github.com/xuperchain/xuper-sdk-go/blob/master/LICENSE) # 联系我们 如果你对xuper-sdk-go感兴趣,欢迎加入我们,共同开发