Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merkle / hash tree implementation #1

Open
prawn-cake opened this issue Jan 22, 2018 · 3 comments
Open

Merkle / hash tree implementation #1

prawn-cake opened this issue Jan 22, 2018 · 3 comments

Comments

@prawn-cake
Copy link
Owner

prawn-cake commented Jan 22, 2018

As a basement of the blockchain we need to implement a merkle (hash) tree

@prawn-cake
Copy link
Owner Author

Etherium uses Merkle Patricia (Radix) Trie which is definitely worth to research

@gpestana
Copy link

gpestana commented Feb 17, 2018

@prawn-cake take a look at Protocol lab's merkletree specs too: https://github.com/ipld/specs/tree/master/ipld, used in the IPFS implementation.

I could help you with this issue

@prawn-cake
Copy link
Owner Author

@gpestana thanks!
Yea, it's interesting how they use content hashes as addresses in the distributed filesystem and traversal features, sounds like it's a good fit for the filesystem case.

For this case study we need something as simple as distributed ledger =)

If you wanna take it up I'd glad to pair up, cuz I've implemented basic features of merke tree.
It skips actual hashing and just concatenates values + provide validation feature, so some work still needs to be done there to make it fully usable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants