Simple application that aggregates prices from multiple different oracles and enables user to view both average prices and prices from individual oracles.
Made for Solana Talent Olympics by Exceed
- View average prices of assets from multiple oracles
- View prices of assets from individual oracles
- Light/Dark mode
- Responsive
-
Clone the repository:
git clone https://github.com/exceedxo/olympics-oracle-aggregator
-
Install dependencies:
npm install
-
Update Solana RPC URL inside the
.env
file with your own RPC URL -
Run the build script:
npm run build
The Solana RPC URL inside the .env
file needs to support websocket and other functions that most public RPCs do not offer.
Usage of private/paid RPC node is recommended or even required.
-
Clone the repository:
git clone https://github.com/exceedxo/olympics-oracle-aggregator
-
Install dependencies:
npm install
-
Update Solana RPC URL inside the
.env
file with your own RPC URL -
Run the build script:
npm run dev
The Solana RPC URL inside the .env
file needs to support websocket and other functions that most public RPCs do not offer.
Usage of private/paid RPC node is recommended or even required.