Categorygithub.com/beyond-blockchain/bbclib-go
repositorypackage
1.6.0
Repository: https://github.com/beyond-blockchain/bbclib-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.