Getting Started
Welcome to the EyeOracle documentation! This guide will walk you through the initial setup to get you up and running with EyeOracle, from deploying your first contract to making API requests.
Prerequisites
Before you start, make sure you have the following installed:
- Node.js (opens in a new tab) (v20.11.0 or higher)
- Hardhat (opens in a new tab) -(v2.22.6 or higher)
- A Web3 provdier (Sepolia)
Step 1: Clone the Example Repository
To make things easier, you can use a pre-configured public repository that has everything set up to deploy an example consumer contract.
git clone https://github.com/ddrr1337/eyeOracle_public
cd eyeOracle-public
yarn install
Now we can continue with the contract example so that you can easily see how to set up your first request to the oracle