Skip to content

Commit 1f398ed

Browse files
docs: move Pyth oracle example into Financial Software section
Price feeds are used almost exclusively for financial applications (AMMs, escrows, lending, derivatives) — grouping with the other financial-software examples makes the category more useful and discoverable. The standalone Oracles section only had one entry anyway.
1 parent 43c9378 commit 1f398ed

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Create a fundraiser specifying a target mint and amount. Contributors deposit to
3434

3535
[⚓ Anchor](./tokens/token-fundraiser/anchor) [💫 Quasar](./tokens/token-fundraiser/quasar)
3636

37+
### Pyth Price Feeds
38+
39+
Read offchain price data onchain using the Pyth oracle network.
40+
41+
[⚓ Anchor](./oracles/pyth/anchor) [💫 Quasar](./oracles/pyth/quasar)
42+
3743
## Basics
3844

3945
### Hello Solana
@@ -318,14 +324,6 @@ Work with Metaplex compressed NFTs.
318324

319325
[⚓ Anchor](./compression/cutils/anchor) [💫 Quasar](./compression/cutils/quasar)
320326

321-
## Oracles
322-
323-
### Pyth Price Feeds
324-
325-
Read offchain price data onchain using the Pyth oracle network.
326-
327-
[⚓ Anchor](./oracles/pyth/anchor) [💫 Quasar](./oracles/pyth/quasar)
328-
329327
---
330328

331329
**PRs welcome!** Follow the [contributing guidelines](./CONTRIBUTING.md) to keep things consistent.

0 commit comments

Comments
 (0)