Skip to content

benataranburu/pyblockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyblockchain

Basic blockchain implementation in Python, using Python 3.6, Flask and Wonderful Requests.

You will need an HTTP Client for calling the methods.

Methods:

  • /transactions/new: create a new transaction to a block
  • /mine: mine a new block.
  • /chain: return the full Blockchain.

Start the server:

$ python blockchain.py

About

Basic blockchain implementation in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages