Skip to content

saimachi/LittleCryptocurrency-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LittleCryptocurrency

A tiny cryptocurrency implemented in Python.

Currently, the program allows for clients to mine a coin (block) via a HTTP GET request and send a transaction to a node via a POST request. Block hashes are generated with SHA256. The proof of work algorithm is quite basic, as indicated by the code, but I am working on implementing a stronger PoW algorithm, one that may leverage multiple cores.

This experimental currency uses the flask framework to implement communication between the nodes. Install flask via "pip install flask". Once you have flask installed on your system, just run "python little_crypto.py". Enjoy!

About

A tiny cryptocurrency implemented in Python.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages