- 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>
- Run the miner server using
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