robinmonjo / coincoin

Blockchain based cryptocurrency proof-of-concept in Elixir. Feedback welcome
402 stars 54 forks source link

module to work with merkle tree #13

Closed robinmonjo closed 6 years ago

robinmonjo commented 6 years ago

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

robinmonjo commented 6 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 !!