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

https://github.com/harrybrwn/vine

A simple proof-of-work blockchain
https://github.com/harrybrwn/vine

Last synced: 2 months ago
JSON representation

A simple proof-of-work blockchain

Awesome Lists containing this project

README

        

# Vine

A simple proof-of-work blockchain

This project is far from finished, please DO NOT deploy or make public
transactions.

## Build

```sh
go generate ./...
go build ./cmd/vine
```

## Test

```sh
go generate ./..
go test ./...
```