This SDK enables Go developers to build solutions that interact with open chain network of XuperChain.
- OS Support: Linux and Mac OS
- Go 1.12.x or later
- GCC 4.8.x or later
- Git
Get xuper-sdk-go
git clone https://github.com/xuperchain/xuper-sdk-go.git
cd xuper-sdk-go
Run test
make
Use go get xuper-sdk-go
go get github.com/xuperchain/xuper-sdk-go/v2
xuper-go-sdk more example
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.
xuper-sdk-go software is licensed under Apache License, Version 2.0
If you're interested in xuper-sdk-go, welcome to join us and develop together
SDK 可以使 go 的开发者更好的与 XuperChain 的公开链网络进行交互以及其他 XuperChain 的节点。
- 操作系统:支持Linux以及Mac OS
- 开发语言:Go 1.12.x及以上
- 编译器:GCC 4.8.x及以上
- 版本控制工具:Git
克隆xuper-sdk-go仓库
git clone https://github.com/xuperchain/xuper-sdk-go.git
cd xuper-sdk-go
运行测试
make
使用 go get 安装 xuper-sdk-go
go get github.com/xuperchain/xuper-sdk-go/v2
xuper-go-sdk 使用示例请参考example
如果您想为xuper-sdk-go做贡献 请阅读源代码,了解当前技术之后,进行开发 开发完毕后,补充相应test caset 发起pull request
xuper-sdk-go使用的许可证是Apache License, Version 2.0
如果你对xuper-sdk-go感兴趣,欢迎加入我们,共同开发