This is the dApp frontend.
The project is built using Vite Vanillajs.
- Clone this repo:
git clone git@github.com:Puddi1/QD-LiquidStaking-Contracts.git- Install NPM packages:
cd QD-LiquidStaking-Contracts
npm i-
Compile the Quarry Draw Validator Contracts
-
Add the
artifactsfolder with the compiled contracts in the root of the project.
To see development preview:
npx vite devTo build the project run:
npx vite dev