farzadso / simple-blockchain

A simple example of a Blockchain based on Satoshi's Whitepaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blockchain Example

This is a Flask app that creates a simple blockchain.

🏁 Getting Started

In order to install the required packages run the following:

pip install -r requirements.txt

Then start the server with

python blockchain.py

📝 Todo

  • Support multiple clients mining at the same time
  • Create a cryptocurrency (The FSC)

About

A simple example of a Blockchain based on Satoshi's Whitepaper


Languages

Language:Python 100.0%