/BlockChainExample

A simple blockchain created in python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

BlockChainExample

A simple blockchain created in python

  • Creates a dummy genesis block with data Genesis block
  • Loads and stores ledger in chain.json
  • New blocks can be created with createBlock(data)

Uses

  • Add http / socket api?
  • Something else?