Skip to content

A simple blockchain setup that uses Flask to map functions to endpoints. The purpose of this is to create a mock fully functioning blockchain.

Notifications You must be signed in to change notification settings

psiofxt/py-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain in Python 3.6

Installation

$ pip install -r requirements.txt

In the py-blockchain folder:

$ python run.py

The flask endpoints will be setup in localhost:5000

Test a few of the endpoints in your browser:

http://localhost:5000/mine

About

A simple blockchain setup that uses Flask to map functions to endpoints. The purpose of this is to create a mock fully functioning blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages