Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 353 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 353 Bytes

cryptocurrency

Implementation of a bitcoin-like proof of work cryptocurrency. Peer2peer network based on low level socket interface. Data serialization via json. Comes with a simple wallet with an interface via ghci. Wallet uses postgreSQL database for storage, while a miner node is yet to be updated with the database (currently json to/from file).