From 49ce6a17618f9f900c7f9ec3e99675e6ef01835d Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 15 Feb 2019 13:11:08 -0500 Subject: [PATCH] Update lbrysdk.md --- documents/partials/overview/lbrysdk.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documents/partials/overview/lbrysdk.md b/documents/partials/overview/lbrysdk.md index 8485e0c..63e1614 100644 --- a/documents/partials/overview/lbrysdk.md +++ b/documents/partials/overview/lbrysdk.md @@ -1,10 +1,10 @@ -While the blockchain is the innovation that makes LBRY _possible_, the Data Network is the layer that actually makes the blockchain _useful_. +While the blockchain is the innovation that makes LBRY _possible_, the [Data Network](/spec#data) is the layer that actually makes the blockchain _useful_. At this level: -- Metadata stored in the blockchain is interpreted and validated. -- Data referenced by metadata is accessed and distributed via a peer-to-peer network. -- [[Identities]] are created, signed, and validated. +- [Metadata](/spec#metadata] stored in the blockchain is interpreted and validated. +- [Data referenced by metadata](/spec#data) is accessed and distributed via a peer-to-peer network. +- [Identities](/spec#channels) are created, signed, and validated. Data network operations are provided by the [lbrysdk](https://github.com/lbryio/lbry). This SDK also provides local wallet functionality and a set of APIs to facilitate building applications.