Skip to content

Commit f0837db

Browse files
authored
added links requested by Chainlink team (#270)
1 parent f81dea8 commit f0837db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/developers/educational-resources/chainlink.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Learn how to use Chainlink oracles on Zilliqa.
1414

1515
## How to use Chainlink Community Deployment price feeds with smart contracts on Zilliqa
1616

17-
In this tutorial we will show you how to get the current ZIL/ USDT price from one of the price feed oracles operating as part of the Chainlink Community Deployment on the Zilliqa network.
17+
In this tutorial we will show you how to get the current ZIL/ USDT price from one of the price feed oracles operating as part of the [Chainlink Community Deployment](https://docs.chain.link/data-feeds/selecting-data-feeds/#chainlink-community-deployments) on the Zilliqa network.
1818

1919
> **Note**: This tutorial is aimed towards developers as you will need to have some basic knowledge of smart contracts and programming to complete the steps below.
2020
@@ -45,7 +45,7 @@ Remix is great as it is a zero-setup tool for working with smart contracts, allo
4545

4646
This is the contract you will deploy. This is just a minimal example to demonstrate how to consume these data feeds on Zilliqa. You can extend this to be a decentralised borrowing and lending protocol, a DEX, game, NFT minting contract - anything you can think of!
4747

48-
If you look at the last function, it only returns the current answer, or price. You can see that it also is capable of returning other pieces of information such as timestamp data. Chainlink encourages dAapp developers to verify the timestamp together with the price information to protect against stale data. While the oracles should be publishing fresh data every other minute, there can be unexpected downtime.
48+
If you look at the last function, it only returns the current answer, or price. You can see that it also is capable of returning other pieces of information such as timestamp data. Chainlink documentation encourages dAapp developers to verify the timestamp together with the price information to protect against stale data. While the oracles should be publishing fresh data every other minute, there can be unexpected downtime.
4949

5050
This is a public view function, meaning that getting the price data has zero cost. You can add pricing data to your dApp with no extra charge to your team or your users.
5151

@@ -161,3 +161,4 @@ There you have it! While this a simple demonstration, it should illuminate the w
161161
- [Remix](https://remix.ethereum.org/)
162162
- [Zilliqa public RPCs](https://chainlist.org/?search=zilliqa&testnets=true)
163163
- [DefiLlama](https://defillama.com/)
164+
- [Chainlink Community Deployments](https://docs.chain.link/data-feeds/selecting-data-feeds/#chainlink-community-deployments)

0 commit comments

Comments
 (0)