mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-15 05:02:22 -04:00
🥕 chainlink
This commit is contained in:
parent
17c80fae5a
commit
86d2d80757
1 changed files with 8 additions and 1 deletions
|
@ -2,14 +2,21 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
### tl;dr
|
||||||
|
|
||||||
* Oracles provide a trustless way of getting extrinsic (off-chain) information.
|
* Oracles provide a trustless way of getting extrinsic (off-chain) information.
|
||||||
* They provide the some key functions such as collect data from an off-chain source, transfer the data on-chain with a signed message, and make the data available by putting it in a smart contract’s storage.
|
* They provide the some key functions such as collect data from an off-chain source, transfer the data on-chain with a signed message, and make the data available by putting it in a smart contract’s storage.
|
||||||
|
* price oracles are any tool showing an asset's price but in context of defi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### chainLlink
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### chainlink
|
||||||
|
|
||||||
|
|
||||||
A decentralized oracle network consisting of three key smart contracts:
|
A decentralized oracle network consisting of three key smart contracts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue