Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

bbclib-go

License Build Status Go Report Card Coverage Status Maintainability

Golang implementation of bbc1.core.bbclib and bbc1.core.libs modules in https://github.com/beyond-blockchain/bbc1. This reposigory is originally from https://github.com/quvox/bbclib-go

Features

Usage

import "github.com/beyond-blockchain/bbclib-go"

An example source code is in example/.

Install (step by step)

go get -u github.com/beyond-blockchain/bbclib-go

NOTE: example/ directory includes a sample code for this module.