@lbry/components

Styling for shared components across LBRY properties

Link I Use LBRY Get the most out of LBRY FAQ Got questions? We might have answers! Blockchain Explorer The history of LBRY’s blockchain Tour Do you want to learn how to publish content to the LBRY network? News The latest happenings with the LBRY team and community Chat Chat with other LBRY users and LBRY team members Link II YouTube Partner Program Bring all your content to LBRY with just a few clicks Creator FAQ Like the FAQ, but for Creators Fund a Project How to to get some LBC for your latest idea or project Makers Would you like to share and sell 3D printable files? Link III Team / About Meet the people building LBRY and find out why they’re doing it Join Us Work with the LBRY team Contact Have a question or want to connect with the LBRY, Inc. team? Credit Reports Four times a year we share the current state of LBRY, Inc.'s balance sheet Link IV LBRY.tech Find out how the heck all of this works GitHub The LBRY code is open source, check out the repos Contributor's Guide Tips and guidelines for being a contributor to the LBRY projects

Hello and whaddup!

Form

Subscribe to our newsletter
Become a Gym Leader
Click some buttons

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.