Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 544 Bytes

File metadata and controls

15 lines (11 loc) · 544 Bytes

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