From 47cc6ffc8c69a153f05e32d52e68967b06afbb90 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Mon, 28 Aug 2023 16:00:34 -0400 Subject: [PATCH] docs: add a table for alternative implementations 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 20e937d6..c088928b 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: