Skip to content

johnpuksta/ScroogeCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScroogeCoin

ScroogeCoin is a cryptocurrency that aims to implement an append-only ledger that creates secure transactions between users.

ScroogeCoin is a centralized cryptocurrency, which means that the main Scrooge class that creates coins and approves transactions has more power over any of the users. This is not ideal because no one entity should hold that much power. For example, Scrooge can choose if it does not want to approve perfectly valid transactions, which defeats the purpose of cryptocurrencies.

ScroogeCoin is a learning step to understand why decentralization is important in cryptocurrencies, and demonstrates how cryptocurrencies like Bitcoin solve this problem.

This repo demonstrates an implementation of ScroogeCoin. Transactions are created by users, validated by Scrooge, added to the blockchain by Scrooge, and then processed.

About

ScroogeCoin Centralized Cryptocurrency

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages