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