You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ description: Multi-chain secure data input, made easy.
4
4
5
5
# Witnet Oracle Docs
6
6
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.
8
8
9
9
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.
10
10
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.
12
12
13
13
Explore the full range of oracle capabilities of Witnet with detailed tutorials, walkthroughs and documentation:
Copy file name to clipboardExpand all lines: introduction/quick-tutorials/README.md
+8-16
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,24 @@ Here you can find straight-to-the-point tutorials on how to start using the Witn
4
4
5
5
### Data Feeds Tutorial
6
6
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.
8
8
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).
12
10
13
11
### Randomness Tutorial
14
12
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.
16
14
17
-
{% content-ref url="randomness.md" %}
18
-
[randomness.md](randomness.md)
19
-
{% endcontent-ref %}
15
+
Check out the [Randomness tutorial](randomness.md).
20
16
21
17
### APIs and HTTP GET/POST Tutorial
22
18
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.
Check out the [APIs and HTTP GET/POST tutorial](apis-and-http-get-post.md).
28
22
29
23
### Mining Wit Tutorial
30
24
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.
32
26
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).
Copy file name to clipboardExpand all lines: introduction/quick-tutorials/data-feeds-tutorial.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Data Feeds
1
+
# Data Feeds Tutorial
2
2
3
3
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.
4
4
@@ -18,11 +18,7 @@ A complete list of publicly available Witnet data feeds on Witnet's many support
18
18
19
19
{% embed url="https://feeds.witnet.io" %}
20
20
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:
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.
0 commit comments