This project is a decentralized finance (DeFi) application that aggregates SOL/USD price feeds from multiple oracle sources, calculates an average price, and displays it on the frontend.
The Oracle Aggregator pulls price data from two oracle sources:
- Pyth Network
- Dia API
It then calculates the average SOL/USD price and displays it on the frontend using React/Typescript.
To run this project locally, make sure you have Node.js installed on your machine.
git clone https://github.com/sedcakmak/oracle-aggregator.gitcd oracle-aggregatornpm installnpm start