Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 524 Bytes

File metadata and controls

27 lines (18 loc) · 524 Bytes

Project Intro

This project is a web3 domain airdrop query project, designed for quickly searching to find out what airdrops are available and whether one has participated in certain airdrops. It also provides interactive queries for public chains that have airdrops.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint