Skip to content

a demo implementation of a blockchain-backed cryptocurrency; powered by Flask.

License

Notifications You must be signed in to change notification settings

manuelinfosec/ojocoin-cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ojocoin-cryptocurrency

A blockchain-backed cryptocurrency implementation in Python; powered by Flask.

Installation

Clone the repo and install all the requirements:

  git clone https://github.com/manuelinfosec/ojocoin-cryptocurrency
  cd ojocoin-cryptocurrency
  pip install -r requirements.txt

Usage

After installation, run our the main.py and run.py on two separate terminals, which replicates how it would be if it was running on two different computers:

On Computer 1:

python main.py

On Computer 2:

python run.py

Open the respective links in two seperate browser windows.

Here's how it would look like in two separate windows

Usage Screenshot

If both are connected to the same network, you may have to tweak the main.py and run.py with their respective LAN addresses.

Contributing & Issues

Contributions are always welcome!

  • Simply fork the repo, make changes and make a pull request
  • You can open an issue for support or suggestions

If you've found a bug within this project, please open an issue to discuss what you would like to change.

Acknowledgements

If you found this repo useful, leave it a star check out my socials: