Skip to content

Scream-Finance/merkle-airdrop-scream

 
 

Repository files navigation

frontend

Accompanies MerkleDropERC20 contracts; heavy similarity to the GAS DAO airdrop frontend (GAS DAO: implemented by sax, originally inspired by work from design @ens for the $ENS airdrop claim).

Allows users to connect their wallet and claim airdrops, given they are part of the Merkle tree.

Run + deploy

The frontend is built to be fully configurable and ready-to-go in under 10 minutes of dev time. Steps to customize and deploy:

  1. Modify config.ts:L9 with exact config from generator/config.json
  2. Copy environment variables (cp .env.sample .env.local) and modify parameters
  3. Update the logo.png (recommended: 250x250) and meta.png (recommended: 1200x637) in public/
  4. Then, npm install (install dependencies) and npm run dev to run development build

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • SCSS 4.5%
  • JavaScript 0.1%