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
- Host: GitHub
- URL: https://github.com/byteball/go-byteballcore
- Owner: byteball
- License: mit
- Created: 2018-07-06T13:35:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T15:42:12.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T14:17:47.847Z (about 1 year ago)
- Language: Go
- Size: 13 MB
- Stars: 12
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```