Skip to content

Commit 89cf7b0

Browse files
clarify example
1 parent 05a352c commit 89cf7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/price-feeds/use-real-time-data/solana.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ For a complete example of posting TWAP updates to Solana, see the [post_twap_upd
363363

364364
### Example Application
365365

366-
The [Solana TWAP example](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/solana/send_usd) is an existing demo application that has been enhanced with TWAP functionality. It demonstrates how to fetch TWAP data from Hermes, post it to Solana, and consume it from a smart contract. The example includes:
366+
See an end-to-end example of using Price Update Accounts for spot prices or TWAP Accounts for time-averaged prices in the [SendUSD Solana Demo App](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/solana/send_usd). It demonstrates how to fetch data from Hermes, post it to Solana, and consume it from a smart contract. The example includes:
367367

368368
- A React frontend for interacting with the contract
369369
- A Solana program that consumes TWAP updates

0 commit comments

Comments
 (0)