Skip to content

sedcakmak/oracle-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle Aggregator for DeFi Application

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.

Project Overview

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.

Requirements

To run this project locally, make sure you have Node.js installed on your machine.

Getting Started

1. Clone the repository:

git clone https://github.com/sedcakmak/oracle-aggregator.git

2. Navigate into the project directory:

cd oracle-aggregator

3. Install dependencies using npm:

npm install

4. Run the application:

npm start

5. Open your browser and navigate to http://localhost:3000 to view the application.

About

Oracle Aggregator Challenge for Solana Talent Olympics Summer 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors