/vine

A simple proof-of-work blockchain

Primary LanguageGoApache License 2.0Apache-2.0

Vine

A simple proof-of-work blockchain

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

Build

go generate ./...
go build ./cmd/vine

Test

go generate ./..
go test ./...