Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 724 Bytes

Price Feed Bot Tutorial

This repository contains the final code for a tutorial project demonstrating how to create a price feed bot using 0rbit and ao.

Project Structure

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.

Setup Guidelines

To run the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/0rbit-co/price-feed-example
  2. Running the Frontend:
    cd frontend
    npm install
    npm run dev