Hello and whaddup!
Form
Table
| Component | Language (Toolset) | What Is It |
|---|---|---|
| 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, and instead bundle lbry-sdk. |
| lbry-sdk | Python (asyncio) | A daemon that can be used directly or to develop other applications. Provides convenience APIs, bundles an SPV wallet (torba), and contains an implementation of the LBRY data network. |
| torba | Python | An SPV (Simple Payment Verification) wallet. Bundled with lbry-sdk. |
| wallet server | Protobuf, Python | The wallet server used by torba. |
| schema | Protobuf, Python | Defines the structure of the metadata stored in the LBRY blockchain. |