Skip to content

dilatedtime/blockchain-python

 
 

Repository files navigation

Blockchain implementation using Python.

How to run the project?

  • Clone the repo: git clone https://github.com/janaSunrise/blockchain-python
  • Install pipenv: pip3 install pipenv
  • Make a env with Pipenv: pipenv sync
  • Run the servers:
    • Run the miner server using python -m blockchain
    • Run the clients using python -m client <PORT-HERE>

You can visit the site, play with the server, client and more, OR Use postman to Play and Mess with the HTTP and JSON responses!

Also can initialize enviroment with requirements.txt

About

A full-stack Proof-of-Work (PoW) blockchain prototype featuring a Python/Flask consensus node and a client-side Web3 dashboard with secp256k1 cryptographic signing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 66.4%
  • Python 33.5%
  • CSS 0.1%