Skip to content

Commit

Permalink
GitBook: [#7] 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 8a9352c commit 5d623aa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: Multi-chain secure data input, made easy.

# 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.
The [Witnet](https://winet.io) 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 Ethereum, Conflux, Boba, Celo, KCC, Metis and other blockchains.
The Witnet oracle is currently available on [Ethereum](smart-contracts/witnet-data-feeds/contract-addresses/ethereum-price-feeds.md), [Conflux](smart-contracts/witnet-data-feeds/contract-addresses/conflux-price-feeds.md), [Boba](smart-contracts/witnet-data-feeds/contract-addresses/boba-price-feeds.md), [Celo](smart-contracts/witnet-data-feeds/contract-addresses/celo-price-feeds.md), [KCC](smart-contracts/witnet-data-feeds/contract-addresses/kcc-price-feeds.md), [Metis](smart-contracts/witnet-data-feeds/contract-addresses/metis-price-feeds.md) and other blockchains.

Explore the full range of oracle capabilities of Witnet with detailed tutorials, walkthroughs and documentation:

Expand Down
24 changes: 8 additions & 16 deletions introduction/quick-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,24 @@ 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-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:
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-tutorial.md" %}
[data-feeds-tutorial.md](data-feeds-tutorial.md)
{% endcontent-ref %}
Check out the [Data Feeds tutorial](data-feeds-tutorial.md).

### Randomness Tutorial

The [Randomness tutorial](randomness.md) introduces the concept of randomness sources, how the Witnet randomness source work, and how to start generating random numbers with only a few lines of Solidity:
The [Randomness tutorial](randomness.md) introduces the concept of randomness sources, how the Witnet randomness source work, and how to start generating random numbers with only a few lines of Solidity.

{% content-ref url="randomness.md" %}
[randomness.md](randomness.md)
{% endcontent-ref %}
Check out the [Randomness tutorial](randomness.md).

### APIs and HTTP GET/POST Tutorial

The [APIs and HTTP GET/POST tutorial](apis-and-http-get-post.md) is a quick introduction to how totally custom data requests can be built with Witnet to use any arbitrary HTTP(S) API as a data source for your smart contracts:
The [APIs and HTTP GET/POST tutorial](apis-and-http-get-post.md) is a quick introduction to how totally custom data requests can be built with Witnet to use any arbitrary HTTP(S) API as a data source for your smart contracts.

{% content-ref url="apis-and-http-get-post.md" %}
[apis-and-http-get-post.md](apis-and-http-get-post.md)
{% endcontent-ref %}
Check out the [APIs and HTTP GET/POST tutorial](apis-and-http-get-post.md).

### Mining Wit Tutorial

The [Mining Wit tutorial](mining-wit.md) teaches how to easily participate in the mining of the Wit token by running a Witnet _witnessing_ node on Docker:
The [Mining Wit tutorial](mining-wit.md) teaches how to easily participate in the mining of the Wit token by running a Witnet _witnessing_ node on Docker.

{% content-ref url="mining-wit.md" %}
[mining-wit.md](mining-wit.md)
{% endcontent-ref %}
Check out the [Mining Wit Tutorial](mining-wit.md).
8 changes: 2 additions & 6 deletions introduction/quick-tutorials/data-feeds-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Data Feeds
# Data Feeds Tutorial

The easiest way to use an oracle to source external data into a smart contract is through a [Data Feed](../../smart-contracts/witnet-data-feeds/). More and more projects building on multiple blockchains are relying every day on the WItnet data feeds to get price references and other valuable data into their smart contracts.

Expand All @@ -18,11 +18,7 @@ A complete list of publicly available Witnet data feeds on Witnet's many support

{% embed url="https://feeds.witnet.io" %}

The [Data Feeds Contract Addresses](../../smart-contracts/witnet-data-feeds/contract-addresses/) section also contains a list of all the data feeds that Witnet provides on the different supported blockchains:

{% content-ref url="../../smart-contracts/witnet-data-feeds/contract-addresses/" %}
[contract-addresses](../../smart-contracts/witnet-data-feeds/contract-addresses/)
{% endcontent-ref %}
The [Data Feeds Contract Addresses](../../smart-contracts/witnet-data-feeds/contract-addresses/) section also contains a list of all the data feeds that Witnet provides on the different supported blockchains.

### Learn More About Witnet Data Feeds

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Contract Addresses
# Contracts Addresses

0 comments on commit 5d623aa

Please sign in to comment.