Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 338 Bytes

Ugochain

Building a private blockchain with c# on .net core

Features

  1. Peer to Peer network
    • Creating a peer to peer network with SignalR
    • Connecting blockchain peers
    • Synchronizing the blockchain across peers
  2. Proof of work
    • Dynamic Block Difficulty
    • Test Difficulty Adjustment
  3. Wallets
  4. Transactions