Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Jul 11, 2020
1 parent 62f21c4 commit 9c30c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +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 is a simplified implementation of Ethereum's modified Merkle Patricia Trie 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 merely for learning purpose.
- This implementation is simple because it doesn't involve tree encoding/decoding, data persistence.
- Its purely focused on the algorithm and data structure.
- It's not made for production use, but for learning purpose.

0 comments on commit 9c30c89

Please sign in to comment.