Skip to content

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

Notifications You must be signed in to change notification settings

farzadso/simple-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages