From 8a9352cb902879f505f5fbb3072aa4e66480cc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20S=C3=A1nchez=20de=20Pedro=20Crespo?= Date: Fri, 17 Dec 2021 15:57:40 +0000 Subject: [PATCH] GitBook: [#6] No subject --- README.md | 7 +++++-- SUMMARY.md | 6 +++--- introduction/quick-tutorials/README.md | 6 +++--- .../{data-feeds.md => data-feeds-tutorial.md} | 0 .../apis-and-http-get-post-oracle/contract-addresses.md | 2 -- .../apis-and-http-get-post-oracle/contracts-addresses.md | 2 ++ 6 files changed, 13 insertions(+), 10 deletions(-) rename introduction/quick-tutorials/{data-feeds.md => data-feeds-tutorial.md} (100%) delete mode 100644 smart-contracts/apis-and-http-get-post-oracle/contract-addresses.md create mode 100644 smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md diff --git a/README.md b/README.md index 6dfb9f2c..79e4e605 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ description: Multi-chain secure data input, made easy. --- -# Witnet Oracle Documentation +# Witnet Oracle Docs The Witnet decentralized oracle enables smart contracts to realize their true potential by giving them access to all sorts of valuable data sets, and by attesting and delivering that information securely thanks to its strong cryptoeconomic guarantees. Witnet can power most DeFi primitives like price feeds, stablecoins, synthetics, etc., as well as acting as a reliable source of randomness for creating uniqueness in NFTs. -The Witnet oracle is currently available on multiple smart contract platforms: +The Witnet oracle is currently available on Ethereum, Conflux, Boba, Celo, KCC, Metis and other blockchains. +Explore the full range of oracle capabilities of Witnet with detailed tutorials, walkthroughs and documentation: + +// TODO: add beautiful links with icons diff --git a/SUMMARY.md b/SUMMARY.md index 56e84c1c..f8001d75 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,12 +1,12 @@ # Table of contents -* [Witnet Oracle Documentation](README.md) +* [Witnet Oracle Docs](README.md) ## Introduction * [What's an oracle?](introduction/whats-an-oracle.md) * [Quick Tutorials](introduction/quick-tutorials/README.md) - * [Data Feeds](introduction/quick-tutorials/data-feeds.md) + * [Data Feeds](introduction/quick-tutorials/data-feeds-tutorial.md) * [Randomness](introduction/quick-tutorials/randomness.md) * [APIs and HTTP GET/POST](introduction/quick-tutorials/apis-and-http-get-post.md) * [Mining Wit](introduction/quick-tutorials/mining-wit.md) @@ -39,7 +39,7 @@ * [Make a POST Request](smart-contracts/apis-and-http-get-post-oracle/make-a-post-request.md) * [Witnet Request Board](smart-contracts/apis-and-http-get-post-oracle/witnet-request-board.md) * [API Reference](smart-contracts/apis-and-http-get-post-oracle/api-reference.md) - * [Contract Addresses](smart-contracts/apis-and-http-get-post-oracle/contract-addresses.md) + * [Contract Addresses](smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md) ## Witnet Node Operators diff --git a/introduction/quick-tutorials/README.md b/introduction/quick-tutorials/README.md index 03e5852c..984f0cae 100644 --- a/introduction/quick-tutorials/README.md +++ b/introduction/quick-tutorials/README.md @@ -4,10 +4,10 @@ Here you can find straight-to-the-point tutorials on how to start using the Witn ### Data Feeds Tutorial -The [Data Feeds tutorial](data-feeds.md) gives a quick overlook on what are data feeds, how the Witnet data feeds work, and how to start using them with only a few lines of Solidity: +The [Data Feeds tutorial](data-feeds-tutorial.md) gives a quick overlook on what are data feeds, how the Witnet data feeds work, and how to start using them with only a few lines of Solidity: -{% content-ref url="data-feeds.md" %} -[data-feeds.md](data-feeds.md) +{% content-ref url="data-feeds-tutorial.md" %} +[data-feeds-tutorial.md](data-feeds-tutorial.md) {% endcontent-ref %} ### Randomness Tutorial diff --git a/introduction/quick-tutorials/data-feeds.md b/introduction/quick-tutorials/data-feeds-tutorial.md similarity index 100% rename from introduction/quick-tutorials/data-feeds.md rename to introduction/quick-tutorials/data-feeds-tutorial.md diff --git a/smart-contracts/apis-and-http-get-post-oracle/contract-addresses.md b/smart-contracts/apis-and-http-get-post-oracle/contract-addresses.md deleted file mode 100644 index c3b350c6..00000000 --- a/smart-contracts/apis-and-http-get-post-oracle/contract-addresses.md +++ /dev/null @@ -1,2 +0,0 @@ -# Contracts Addresses - diff --git a/smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md b/smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md new file mode 100644 index 00000000..89bb31e9 --- /dev/null +++ b/smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md @@ -0,0 +1,2 @@ +# Contract Addresses +