Skip to content

Commit d5a947a

Browse files
mariobernLandauRaz
andauthored
feat(docs):add pyth to starknet docs (#1375)
* add pyth to starknet docs * push fixes * change oracle doc * fix typo * Update nav.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 3e60902 commit d5a947a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

components/Starknet/modules/tools/nav.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
** xref:ref-block-explorers.adoc[Block explorers]
1818

19+
** xref:oracles.adoc[Oracles]
20+
1921
** xref:data-indexers.adoc[Data indexers]
2022

2123
** xref:audit.adoc[Audit providers]
@@ -50,4 +52,4 @@
5052
** xref:important-addresses.adoc[Starknet contracts and sequencer addresses]
5153
** xref:bridged-tokens.adoc[Bridged tokens]
5254
53-
* xref:limits-and-triggers.adoc[Current limits]
55+
* xref:limits-and-triggers.adoc[Current limits]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= Oracles
2+
3+
This reference guide presents various Oracles that you can utilize while building on Starknet. Oracles supply offchain data to the blockchain, enabling smart contracts to access a diverse range of information.
4+
5+
.Starknet oracle providers, in alphabetical order
6+
[cols="1,2,2",stripes=even]
7+
|===
8+
|Provider |Oracle Model |Oracle Integration Guide
9+
10+
|https://www.pyth.network/[Pyth Network] |Push, Pull | https://docs.pyth.network/price-feeds/use-real-time-data/starknet[Integrate Pyth Oracle on Starknet]
11+
12+
|===

0 commit comments

Comments
 (0)