Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xpuddi/qd-dapp

Quarry Draw dApp frontend.
https://github.com/0xpuddi/qd-dapp

dapp vite vitejs

Last synced: about 1 month ago
JSON representation

Quarry Draw dApp frontend.

Awesome Lists containing this project

README

        

# Quarry Draw dApp

This is the dApp frontend.

The project is built using [Vite](https://vitejs.dev/) Vanillajs.

## Installation

1. Clone this repo:
```sh
git clone [email protected]:Puddi1/QD-LiquidStaking-Contracts.git
```

2. Install NPM packages:
```sh
cd QD-LiquidStaking-Contracts
npm i
```

3. Compile the [Quarry Draw Validator Contracts](https://github.com/Puddi1/QD-Validator-Contracts)

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

## Development

To see development preview:

```shell
npx vite dev
```

## Deployment

To build the project run:

```shell
npx vite dev
```