robinmonjo / coincoin

Blockchain based cryptocurrency proof-of-concept built with Elixir. Feedback welcome
404 stars 54 forks source link

module to work with merkle tree #13

Closed robinmonjo closed 7 years ago

robinmonjo commented 7 years ago

Simple merkle tree module that is required to complete this issue: https://github.com/robinmonjo/coincoin/issues/9

robinmonjo commented 7 years ago

This is not used yet but will be soon. Currently working on a real PoW + difficulty setup, merging this for now. Stay tuned !!