Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 661 Bytes

mini-blockchain

Server-run blockchain built from scratch. The blockchain exchanges a fake currency and implements all the defining features of a standard blockchain.

Here is an article I wrote about this project!

Features

  • SHA-256 hashing for security
  • Decentralization
  • Block mining
  • Consensus protocol
  • Immutability
  • Party identity abstraction
  • Multiple transactions per block

In Progress

  • Migration to different server
  • Implementation of smart contracts
  • Addresses and accounts
  • Value --> reward limits, mining fees