create-your-first-pyth-app.mdx 833 B

1234567891011121314151617181920212223242526
  1. ---
  2. title: Build Your First Pyth Price Feed for EVM
  3. description: >-
  4. Use the Pyth network to create real-time price feeds on EVM. This step-by-step
  5. guide shows how to integrate price oracles into smart contracts and connect
  6. off-chain code.
  7. full: false
  8. index: false
  9. ---
  10. # Create your first Pyth app
  11. This tutorial walks through creating a complete application that uses Pyth Price feeds.
  12. The application includes a smart contract and an off-chain code invoking the contract.
  13. <InfoBox variant="info">
  14. <div>
  15. The tutorial is an in-depth walkthrough of contract development; more
  16. experienced developers may want to refer to [Use Real-time Price
  17. Data](./use-real-time-data) for a more concise version.
  18. </div>
  19. </InfoBox>
  20. Please choose your environment to get started:
  21. - [EVM](create-your-first-pyth-app/evm/part-1)