Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Jul 11, 2020
1 parent fa2fe49 commit 377572d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is a simplified implementation of Ethereum's modified Merkle Patricia tree based on [Ethereum's yellow paper](https://ethereum.github.io/yellowpaper/paper.pdf).

- This implementation is simple because it doesn't involve tree encoding/decoding, data persistent.
- It's purely focus on the algorithm and data structure.
- It's not made for production use, but just for learning purpose.

0 comments on commit 377572d

Please sign in to comment.