Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkrumahthis/go-chain

blockchain in go
https://github.com/nkrumahthis/go-chain

Last synced: 2 days ago
JSON representation

blockchain in go

Awesome Lists containing this project

README

        

# go-chain

A blockchain written in Go

## Usage:

- balance -address ADDRESS - get the balance for an account
- blockchain -address ADDRESS creates a blockchain and sends genesis reward to address
- print - Prints the blocks in the chain
- send -from FROM -to TO -amount AMOUNT - Send amount of coins