From 9902d57157f9cb31a2159d600510c1833be6f28a Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Sun, 9 Sep 2018 10:42:42 -0400 Subject: [PATCH] Update contribute.md --- documents/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/contribute.md b/documents/contribute.md index 14bda0e..8d582c7 100644 --- a/documents/contribute.md +++ b/documents/contribute.md @@ -22,8 +22,8 @@ If you want to contribute to LBRY, the first step is to understand where. --- | --- | --- | [lbrycrd](https://github.com/lbryio/lbrycrd) | C++ | A full node for the LBRY blockchain, including a standalone wallet. Used by miners and some applications. Most consumer applications do not bundle `lbrycrd` directly. | [lbry](https://github.com/lbryio/lbry) | Python (Twisted) | A daemon that implements the LBRY protocol. Bundled with and/or used by most LBRY applications. -| [lbryum](https://github.com/lbryio/lbryum) | Python | The Simple Payment Verification (SPV) wallet bundled with `lbry`. -| [lbryum-server](https://github.com/lbryio/lbryschema) | Protobuf, Python | The wallet server for the `lbryum` SPV wallet. +| [torba](https://github.com/lbryio/torba) | Python | The Simple Payment Verification (SPV) wallet bundled with `lbry`. +| [lbryumx](https://github.com/lbryio/lbryumx) | Protobuf, Python | The wallet server for the `lbryum` SPV wallet. | [lbry-schema](https://github.com/lbryio/lbryschema) | Protobuf, Python | The structure of the metadata stored in the LBRY blockchain. ### Official Applications