Introduction

Introduction

Oracle is a blockchain oracle platform built with Hardhat and Solidity.

Getting Started

  1. Install dependencies by running:

    npm install
  2. Running modes:

    To build the project for production deployment, use:

    npm run build

    To start the development mode, use:

    npm run dev
  3. Code quality checks by running:

    npm run lint
    npm run format-check
  4. To format the entire codebase via prettier:

    npm run format