Skip to content

A new http PoC non valuable crypto currency written in pure python3 (with a little bit of json) for beginners to crypto currency. It does not require high cpu or gpu usage mining software and has meh security. Though i dont think it should be used for commercial use, as it needs some improvements im sure. check out a live version of the coin here:

Notifications You must be signed in to change notification settings

Smellyslab/econ-coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

econ-coin

A new http based PoC crypto currency written in pure python3 (with a little bit of json) for beginners to crypto currency. It does not require high cpu or gpu usage mining software and has meh security. Though i dont think it should be used for commercial use, as it needs some improvements im sure. check out a live version of the coin here it is also the main / official website: https://econcoin.pythonanywhere.com/ // And while yes i guess this can be used commercially, i wouldnt recommend it but you do you... it says that little red x but dont worry it works just fine. to run just do git clone https://github.com/Smellyslab/econ-coin/ cd econ-coin pip3 install -r requirements.txt python3 app.py and you have a fully functional http based cryptocurrency up and running on flask.

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

this coin was made to be instant. So transactions are all instant with a 10% network fee. so if you wanted to send someone 10 ECN it would cost you 11 ecn in total with the 10% fee. the reason this exists is to fund mining. so the second you make a transaction, it goes through and you get your money taken and they get theirs and you dont need to mine blocks to complete transactions. as it uses json files as a db which can quickly be edited so they are instant

text = "Thanks for using ECN's source code!"
print(f"hey there was a message! it reads: {text}")

About

A new http PoC non valuable crypto currency written in pure python3 (with a little bit of json) for beginners to crypto currency. It does not require high cpu or gpu usage mining software and has meh security. Though i dont think it should be used for commercial use, as it needs some improvements im sure. check out a live version of the coin here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages