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
- 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)
import "github.com/beyond-blockchain/bbclib-go"
An example source code is in example/.
go get -u github.com/beyond-blockchain/bbclib-go
NOTE: example/ directory includes a sample code for this module.