This repository contains the final code for a tutorial project demonstrating how to create a price feed bot using 0rbit and ao.
The project is organized into two main folders:
- contracts: Contains the smart contract used for interacting with ao.
- frontend: Includes the frontend application built using React, Vite, and Tailwind CSS. It demonstrates how to use aoconnect to interact with our smart contract.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/0rbit-co/price-feed-example
- Running the Frontend:
cd frontend npm install npm run dev