Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 241 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 241 Bytes

go-blockchain

A simple blockchain implemented in golang

Features

  1. Proof of work
  2. Blocks
  3. Tokens
  4. Transactions
  5. Wallets
  6. Persistent storage
  7. API endpoints

Contribution Guide

  1. Native Go modules are most recommended