/QD-dApp

Quarry Draw dApp frontend.

Primary LanguageJavaScriptMIT LicenseMIT

Quarry Draw dApp

This is the dApp frontend.

The project is built using Vite Vanillajs.

Installation

  1. Clone this repo:
git clone git@github.com:Puddi1/QD-LiquidStaking-Contracts.git
  1. Install NPM packages:
cd QD-LiquidStaking-Contracts
npm i
  1. Compile the Quarry Draw Validator Contracts

  2. Add the artifacts folder with the compiled contracts in the root of the project.

Development

To see development preview:

npx vite dev

Deployment

To build the project run:

npx vite dev