Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 530 Bytes

DBlockchain

DBlockchain is .net blockchain which includes:

  • Node
  • Built-in miner
  • Block explorer
  • Faucet

How to use?

  • Run DBlockchain.exe (from DBlockchain console app)
  • Use "help" command for documentation

Storage

All data is stored in Storage folder

Blocks folder - stores blocks (example block_0.json, block_1.json...)
Wallet folder - stores encrypted private key (encryptedPrivateKey.json)
peers.json - stores connected peers to you
pendingTransactions.json - stores pending transactions