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).