lbry.tech/documents/partials/overview/lbrysdk.md

17 lines
985 B
Markdown
Raw Normal View History

2019-02-19 19:11:46 +01:00
While the blockchain is the innovation that makes LBRY _possible_, the [Data Network](/spec#data) is the layer that actually makes the blockchain _useful_.
2019-01-17 22:50:06 +01:00
At this level:
2019-10-25 04:53:06 +02:00
- [Metadata](/spec#metadata) stored in the blockchain is interpreted and validated.
2019-02-19 19:11:46 +01:00
- [Data referenced by metadata](/spec#data) is accessed and distributed via a peer-to-peer network.
- [Identities](/spec#channels) are created, signed, and validated.
2019-01-17 22:50:06 +01:00
2019-06-21 05:43:42 +02:00
Data network operations are provided by the [lbrysdk](https://github.com/lbryio/lbry-sdk). This SDK also provides local wallet functionality and a set of APIs to facilitate building applications.
2019-01-17 22:50:06 +01:00
### Additional Resources
2019-01-29 17:23:46 +01:00
- The [Specification](/spec "Specification") contains a comprehensive specification of data network operations.
2019-01-17 22:50:06 +01:00
- [Resources](/resources) has further documentation on the LBRY SDK, including its APIs.
- [Build](/build) teaches you how to create your own app.
- [Contribute](/contribute) guides you on how to improve the protocol itself.