# bsvutil **Repository Path**: malingzhao/bsvutil ## Basic Information - **Project Name**: bsvutil - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README bsvutil ======= [![Build Status](https://travis-ci.org/bitcoinsv/bsvutil.svg?branch=master)](https://travis-ci.org/bitcoinsv/bsvutil) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/bitcoinsv/bsvutil) Package bsvutil provides Bitcoin (BSV) specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See `test_coverage.txt` for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the `cov_report.sh` script for a real-time report. This package was developed for bsvd, a full-node implementation of Bitcoin (BSV). Although it was primarily written for bsvd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided. ## Installation and Updating ```bash $ go get -u github.com/bitcoinsv/bsvutil ``` ## License Package bsvutil is licensed under the [copyfree](http://copyfree.org) ISC License.