From 93a28434d7529bbac10aa862c7242c6539476ad3 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:16:07 +0200 Subject: [PATCH 1/2] fix typo FLUENT_INTERFACE.md --- docs/FLUENT_INTERFACE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FLUENT_INTERFACE.md b/docs/FLUENT_INTERFACE.md index 3147997..4c6fced 100644 --- a/docs/FLUENT_INTERFACE.md +++ b/docs/FLUENT_INTERFACE.md @@ -3,7 +3,7 @@ Redstone implements a fluent interface to simplify query creation thanks to a human readable syntax. ### Importing -To use the fluent interface you should import the redstone-api in a standard way and initialise a query calling `redstone.query()`; +To use the fluent interface you should import the redstone-api in a standard way and initialize a query calling `redstone.query()`; ```js // Using Node.js `require()` const redstone = require('redstone-api'); @@ -14,7 +14,7 @@ import redstone from 'redstone-api'; ``` ## Usage -All redstone queries consits of 4 parts: +All redstone queries consists of 4 parts: - Query initialization (`redstone.query()`) - What to fetch (`symbol` or `symbols`) - For which date/dates (`latest`, `atDate`, `forLastHours`, `hoursAgo`, `fromDate`, `toDate`) From 801056e0c5f53e313e3adf9ac9a73e0db7269d29 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:17:34 +0200 Subject: [PATCH 2/2] fix typo REDSTONE_DATA_ECOSYSTEM.md --- docs/REDSTONE_DATA_ECOSYSTEM.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/REDSTONE_DATA_ECOSYSTEM.md b/docs/REDSTONE_DATA_ECOSYSTEM.md index 1876dd6..3909f07 100644 --- a/docs/REDSTONE_DATA_ECOSYSTEM.md +++ b/docs/REDSTONE_DATA_ECOSYSTEM.md @@ -5,23 +5,23 @@
Financial data is the backbone of decentralised finance. It enables assets valuation and collateral management. -Without access to the reliable pricing feeds, it's impossible to create instruments like derivatives, options and futures. +Without access to reliable pricing feeds, it's impossible to create instruments like derivatives, options and futures.
The awareness of the importance of data quality raised with the growth of decentralised finance. -This sector (aka DeFi) is experiencing an exponential growth surpassing 5bn valuation +This sector (aka DeFi) is experiencing exponential growth surpassing 5bn valuation and attracting professional investors and thousands of retail users. At the beginning, different protocols used their own, in-house price feeds. The naive approach to getting financial data lead to many multiple security incidents resulting in millions of dollars being lost and posing an existential threat to the further growth of the sector. -Let's just mention the few costly incidents from the last year: +Let's just mention a few costly incidents from the last year:
The hard-learned lesson about the data quality importance led to the explosive growth of data-providing services. -The Chainlink, being the market leader, experienced a massive growth reaching a valuation that exceed the whole defi space. +The Chainlink, being the market leader, experienced massive growth reaching a valuation that exceed the whole defi space. This led many experts to the conclusion, that the whole decentralised finance is as valuable as the data that powers it.
@@ -38,7 +38,7 @@ when we are expecting more and more financial instruments to enter the market. Redstone uses Arweave as a base blockchain. Arweave with its affordable permanent storage blockchain appears to be a perfect remedy for the pains of the DeFi sector. Moreover, the Smartweave contracts may help to maintain data integrity managing the reputation of data providers. -Arweave offers also a neat monetisation model with the Profit Sharing Token rewarding providers for high-quality data. +Arweave offers also a neat monetization model with the Profit Sharing Token rewarding providers for high-quality data.