Skip to content

Commit 5d623aa

Browse files
Adán Sánchez de Pedro Crespogitbook-bot
Adán Sánchez de Pedro Crespo
authored andcommitted
GitBook: [#7] No subject
1 parent 8a9352c commit 5d623aa

File tree

4 files changed

+13
-25
lines changed

4 files changed

+13
-25
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: Multi-chain secure data input, made easy.
44

55
# Witnet Oracle Docs
66

7-
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.
7+
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.
88

99
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.
1010

11-
The Witnet oracle is currently available on Ethereum, Conflux, Boba, Celo, KCC, Metis and other blockchains.
11+
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.
1212

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

introduction/quick-tutorials/README.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,24 @@ Here you can find straight-to-the-point tutorials on how to start using the Witn
44

55
### Data Feeds Tutorial
66

7-
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:
7+
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.
88

9-
{% content-ref url="data-feeds-tutorial.md" %}
10-
[data-feeds-tutorial.md](data-feeds-tutorial.md)
11-
{% endcontent-ref %}
9+
Check out the [Data Feeds tutorial](data-feeds-tutorial.md).
1210

1311
### Randomness Tutorial
1412

15-
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:
13+
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.
1614

17-
{% content-ref url="randomness.md" %}
18-
[randomness.md](randomness.md)
19-
{% endcontent-ref %}
15+
Check out the [Randomness tutorial](randomness.md).
2016

2117
### APIs and HTTP GET/POST Tutorial
2218

23-
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:
19+
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.
2420

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

2923
### Mining Wit Tutorial
3024

31-
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:
25+
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.
3226

33-
{% content-ref url="mining-wit.md" %}
34-
[mining-wit.md](mining-wit.md)
35-
{% endcontent-ref %}
27+
Check out the [Mining Wit Tutorial](mining-wit.md).

introduction/quick-tutorials/data-feeds-tutorial.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data Feeds
1+
# Data Feeds Tutorial
22

33
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.
44

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

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

21-
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:
22-
23-
{% content-ref url="../../smart-contracts/witnet-data-feeds/contract-addresses/" %}
24-
[contract-addresses](../../smart-contracts/witnet-data-feeds/contract-addresses/)
25-
{% endcontent-ref %}
21+
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.
2622

2723
### Learn More About Witnet Data Feeds
2824

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Contract Addresses
1+
# Contracts Addresses
22

0 commit comments

Comments
 (0)