Skip to content

yasmeenel3sh/ScroogeCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScroogeCoin

Libraries needed:

pip install starkbank-ecdsa
pip install pynput
pip install hashlib #Notice that in python3 it is defaultly installed so this might give an error

Run the Main.py file

In the main method there is a timer of 0.1 sec between each transaction creation to not overwhelm the processor

To chech double spending transaction rejection output find the word "discarded" in the Output.txt

Two type of transactions exisit:Coin creation in which srooge create one coin, Payment in which any user including scrooge can send coins to other users, the coincreation details and scrooge sending coins to users make the initialization proces which is not shown in details to avoid overwhelming the text file with unnecassary details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages