--- title: Tutorials description: Learn how to setup, use, deploy, and develop with LBRY. --- ## Deployment tutorials These tutorials will explain how to run different elements from the LBRY Network. ### Blockchain - [Setup a LBRY blockchain with lbrycrd](/tutorials/setup-blockchain-lbrycrd) - [Setup a LBRY blockchain with lbcd](/tutorials/setup-blockchain-lbcd) ### Hub - [Setup a LBRY Hub](/tutorials/setup-hub) ### SDK - [Setup the LBRY SDK with lbrynet](/tutorials/setup-sdk-lbrynet) ## Programming tutorials ### Tutorial #1 - "Hello Satoshi!" Learn how to [create and modify a simple LBRY electron application](/tutorial-hellosatoshi) we'll call "[Hello Satoshi](/tutorial-hellosatoshi)". --- ## Old tutorials ### Setup your Development Environment - **Desktop Application** - [Video tutorial](/resources/video-lbrydesktop) to setup the [Desktop app](https://github.com/lbryio/lbry-desktop) development environment. - **Android Application** - [Video tutorial](/resources/video-lbryandroid) to setup the [Android app](https://github.com/lbryio/lbry-android) development environment. - **LBRY SDK** - [Video tutorial](/resources/video-lbrysdk) to setup the [LBRY SDK](https://github.com/lbryio/lbry-sdk) development environment. - **LBRY Blockchain** - [Video tutorial](/resources/video-lbrycrd) to setup the [LBRY Blockchain](https://github.com/lbryio/lbrycrd) development environment.