All Projects → lbryio → Lbry Sdk

lbryio / Lbry Sdk

Licence: mit
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lbry Sdk

Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-97.7%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, p2p, decentralized
Lbrycrd
The blockchain that provides the digital content namespace for the LBRY protocol
Stars: ✭ 2,756 (-61.56%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, decentralized, lbry
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-97.49%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, p2p, decentralized
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+140.3%)
Mutual labels:  bitcoin, p2p, bittorrent, decentralized
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (-84.8%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, p2p
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-99%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-98.8%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, p2p
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-98.17%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-98.13%)
Mutual labels:  blockchain, bitcoin, p2p, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+111.63%)
Mutual labels:  blockchain, p2p, protocol, decentralized
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-97.18%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, decentralized
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (-50.12%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, decentralized
Ebookcoin
Ebookcoin has been updated to DDN Blockchain,please get it from https://github.com/ddnlink/ddn
Stars: ✭ 789 (-88.99%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, p2p
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (-82.93%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, protocol
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (-21.57%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, protocol
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-99.67%)
Mutual labels:  decentralized, p2p, dht, kademlia
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (-98.74%)
Mutual labels:  decentralized, p2p, dht, kademlia
Conflux Rust
The Rust implementation of Conflux protocol.
Stars: ✭ 330 (-95.4%)
Mutual labels:  blockchain, cryptocurrency, p2p
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (-9.29%)
Mutual labels:  blockchain, cryptocurrency, p2p
Blockchain
A simple Blockchain in Python
Stars: ✭ 6,496 (-9.39%)
Mutual labels:  blockchain, bitcoin, cryptocurrency

LBRY LBRY SDK build coverage

LBRY is a decentralized peer-to-peer protocol for publishing and accessing digital content. It utilizes the LBRY blockchain as a global namespace and database of digital content. Blockchain entries contain searchable content metadata, identities, rights and access rules. LBRY also provides a data network that consists of peers (seeders) uploading and downloading data from other peers, possibly in exchange for payments, as well as a distributed hash table used by peers to discover other peers.

LBRY SDK for Python is currently the most fully featured implementation of the LBRY Network protocols and includes many useful components and tools for building decentralized applications. Primary features and components include:

  • Built on Python 3.7 and asyncio.
  • Kademlia DHT (Distributed Hash Table) implementation for finding peers to download from and announcing to peers what we have to host (lbry.dht).
  • Blob exchange protocol for transferring encrypted blobs of content and negotiating payments (lbry.blob_exchange).
  • Protobuf schema for encoding and decoding metadata stored on the blockchain (lbry.schema).
  • Wallet implementation for the LBRY blockchain (lbry.wallet).
  • Daemon with a JSON-RPC API to ease building end user applications in any language and for automating various tasks (lbry.extras.daemon).

Installation

Our releases page contains pre-built binaries of the latest release, pre-releases, and past releases for macOS, Debian-based Linux, and Windows. Automated travis builds are also available for testing.

Usage

Run lbrynet start to launch the API server.

By default, lbrynet will provide a JSON-RPC server at http://localhost:5279. It is easy to interact with via cURL or sane programming languages.

Our quickstart guide provides a simple walkthrough and examples for learning.

With the daemon running, lbrynet commands will show you a list of commands.

The full API is documented here.

Running from source

Installing from source is also relatively painless. Full instructions are in INSTALL.md

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, please check this link.

License

This project is MIT licensed. For the full license, see LICENSE.

Security

We take security seriously. Please contact [email protected] regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @eukreign.

Additional information and links

The documentation for the API can be found here.

Daemon defaults, ports, and other settings are documented here.

Settings can be configured using a daemon-settings.yml file. An example can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].