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
- Host: GitHub
- URL: https://github.com/harrybrwn/vine
- Owner: harrybrwn
- License: apache-2.0
- Created: 2021-06-23T00:21:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T06:26:57.000Z (4 months ago)
- Last Synced: 2025-01-23T07:27:01.204Z (4 months ago)
- Language: Go
- Size: 253 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ./...
```