An open API service indexing awesome lists of open source software.

https://github.com/byteball/go-byteballcore

Golang implementation of byteballcore
https://github.com/byteball/go-byteballcore

Last synced: 10 months ago
JSON representation

Golang implementation of byteballcore

Awesome Lists containing this project

README

          

# go-byteballcore
Golang implementation of byteballcore

## Installation

```
go get github.com/byteball/go-byteballcore
go get github.com/mxk/go-sqlite/sqlite3
```

## Validation

From project root directory, do this:

```
cd tests
go test -run Tiny
go test -run Small
```