# Packages
No description provided by the author
# README
bbclib-go
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
- Support most of the features of py-bbclib in https://github.com/beyond-blockchain/py-bbclib
- BBc-1 version 1.6
- transaction header version 1 and 2.
- Go v1.12 or later (need go mod)
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.