From 61f3710dfb6870edf22a5ba4ed880c09bf96e5b9 Mon Sep 17 00:00:00 2001 From: Brinck Slattery Date: Thu, 24 May 2018 14:10:00 -0400 Subject: [PATCH] Update 169-what-is-chainquery.md --- content/news/169-what-is-chainquery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/news/169-what-is-chainquery.md b/content/news/169-what-is-chainquery.md index 6152dca7..8e889039 100644 --- a/content/news/169-what-is-chainquery.md +++ b/content/news/169-what-is-chainquery.md @@ -14,7 +14,8 @@ By default, data from the LBRY blockchain is basically a raw dump of data in a c
In addition to extracting this data, you’d have to run several hundred thousand commands to get the same data returned by a single command below.
- +

+

Since blockhain data is raw, compressed, and not accessibly structured, most blockchains have specifically designed methods to create more usable forms of the data. In the case of LBRY, Chainquery is both the easiest and most feature-rich method of doing that to date.