From e63158e8dba3941f68f72b7d4d6232903def5af5 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 29 Aug 2023 14:22:07 -0400 Subject: [PATCH] docs: add a table for alternative implementations (#229) Motivation: https://github.com/celestiaorg/nmt/issues/84#issuecomment-1694781079 Note this PR doesn't describe the status of "feature parity" b/c I'm not sure what status that would be for nmt-rs. Seems like we can add that later. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cda7a9e..fee4e7e3 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,18 @@ Where `nid_0 = nid_1 = 0` and `nid_2 = nid_3 = 1` and `data_i = "leaf_i"` for `i ## Related -This implementation was heavily inspired by the initial implementation in the celestiaorg [prototype]. +This implementation was heavily inspired by the initial implementation in [celestiaorg/lazyledger-prototype](https://github.com/celestiaorg/lazyledger-prototype). + +Non-endorsed implementations of NMT exist in other languages: + +Language | Repo +---------|------------------------------------------------------------------ +Rust | [Sovereign-Labs/nmt-rs](https://github.com/Sovereign-Labs/nmt-rs) [academic paper]: https://arxiv.org/abs/1905.09274 [@musalbas]: https://github.com/musalbas -[prototype]: https://github.com/celestiaorg/lazyledger-prototype - ## Contributing Markdown files must conform to [GitHub Flavored Markdown](https://github.github.com/gfm/). Markdown must be formatted with: