Skip to content

Commit

Permalink
GitBook: [#6] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Adán Sánchez de Pedro Crespo authored and gitbook-bot committed Dec 17, 2021
1 parent 5b174a5 commit 8a9352c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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 <a href="#node-operators" id="node-operators"></a>

Expand Down
6 changes: 3 additions & 3 deletions introduction/quick-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Contract Addresses

0 comments on commit 8a9352c

Please sign in to comment.