Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

wvanlit/MiniCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniCoin

A simple implementation of the underlying principles of blockchain based cryptocurrencies

Goals

  • 0.0.1 Basic Nodes
    • Communicate over WebSockets
    • Receive and Send Messages
  • 0.0.2 Blockchain
    • Blocks
    • Transactions
    • Ledger
    • Proof of Work
    • Wallets / Addresses
    • Tests
    • Integration into Node
  • 0.0.3 Communication between Nodes
    • Share Transactions
    • Share new Blocks
    • Share Blockchain
  • 0.0.4 All nodes are separate programs, which can run over the network
  • 0.0.5 Automated Network Setup
  • 0.0.6 Fraud Detection
  • 0.1 Basic Blockchain Network
  • 0.1.1 Fraud Detection

About

A simple implementation of the underlying principles of blockchain based cryptocurrencies

Resources

License

Stars

Watchers

Forks

Languages