Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0xpuddi/qd-dapp
- Owner: 0xPuddi
- License: mit
- Created: 2022-10-21T16:33:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T08:38:24.000Z (about 1 year ago)
- Last Synced: 2024-11-07T04:15:30.943Z (3 months ago)
- Topics: dapp, vite, vitejs
- Language: JavaScript
- Homepage: https://cool-meadow-2099.on.fleek.co
- Size: 5.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```