Git Product home page Git Product logo

bsn-sdk-go's Introduction

简体中文 | English

BSN-SDK-GO-alpha

缘起

  • BSN-SDK-GOBSN官方提供的基于golang语言开发Hyperledger-Fabric区块链项目的SDK。
  • 由于官方未提供基于github下载的SDK,需要在项目代码中包含SDK的源码,使用稍有麻烦。因此在原有代码基础上,仅仅使用go mod处理依赖组件,未修改源代码,经过测试后上载github,供个人/团队测试开发使用。
  • 欢迎对本SDK提出Issues进行改进。
  • 如果BSN官方后期发布基于github的SDK,本SDK则停止使用。
  • 本SDK代码版权属于BSN。

使用方法

  • 在项目目录执行如下语句即可:
    cd yourproject
    go mod init 
    go get github.com/chcp/bsn-sdk-go
  • 生成的go.mod内容如下:
    module yourproject
    
    go 1.14
    
    require github.com/chcp/bsn-sdk-go v1.1.1

bsn-sdk-go's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.