alexmerren / nericoin

An Antonio Neri themed Blockchain made for Hack Days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nericoin

A meme blockchain featuring transactions, wallets, mining, and verifying of blockchains.

Contents

Requirements

The only requirement for this program is Golang 1.16+

Installation

Clone the source

git clone git@github.com:alexmerren/nericoin.git

Build and start the blockchain

make build && make run

Make Commands

help     Print this message
build    Create the binary 
run      Run the binary
vendor   Download the vendored dependencies 

About

An Antonio Neri themed Blockchain made for Hack Days

License:GNU General Public License v3.0


Languages

Language:Go 94.9%Language:Makefile 5.1%