code-architect / python-blockchain-light

A light weight blockchain build with python, JavaScript, html and flask framework for frontend. Some of the components are private and public key, transaction, mine, memory pool, fee calculation, target difficulty, peer-2-peer network, broadcast blocks, resolve conflicts, UTXOS etc.

Home Page:http://codearchitect.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Based Blockchain ( Light Version)

This is python based blockchain project, not for production purpose but for demonstration purpose only. It consists of few features and few features are pending, I will be working on this on future to build all the things

  • flask Framework
  • private-key-encryption
  • public-key-encryption
  • p2p network
  • mining
  • proof of stake
  • proof of work
  • node synchronization
  • digital signature
  • key generate
  • nonce
  • target difficulty
  • fee calculation
  • frontend
  • Flask Security
  • Key synchronization
  • Permission and Access Control
  • DoS Attacks
  • Network Security

This project's purpose is learning and understanding the concept of blockchain technologies. And you can use this for RnD and demo purpose.


Configur in PyCharm IDE to run multiple Nodes. A screenshot is given belo ![Configure](Images/Untitled.png)

How the projects Works, a demo is given below:

  1. Generate your keys Configure
  2. Use the keys to send coins Configure
  3. Use the model to chose network Configure
  4. Go to the node and view the pending transactions Configure
  5. You can configure i.e. can add new nodes Configure
  6. Can mine the nodes and also synchronize the nodes Configure

I am not very good at frontend designing guys, so pardon my color test

About

A light weight blockchain build with python, JavaScript, html and flask framework for frontend. Some of the components are private and public key, transaction, mine, memory pool, fee calculation, target difficulty, peer-2-peer network, broadcast blocks, resolve conflicts, UTXOS etc.

http://codearchitect.in/


Languages

Language:HTML 72.0%Language:Python 27.8%Language:CSS 0.1%