Skip to content

DrunkenMaster2004/blockchain-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors