Skip to content

naizo01/megumi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merkle-airdrop-tool

merkle-airdrop-tool is a generic merkle-distributor contract that identifies airdrop information by name.

This repository is powered by @uniswap/merkle-distributor and @uniswap/permit2.

Local Development

The following assumes the use of node@>=16.

Setup

  • copy .env.sample and rename as .env.
  • get APIKey from covalent and set the value to COVALENT_API_KEY in .env.
  • get APIKey from etherscan and set the value to ETHERSCAN_API_KEY in .env.
  • get APIKey from infura and set the value to INFURA_API_KEY in .env.

Install Dependencies

npm i

Run interface

npm run user-app-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 11.4%
  • Solidity 7.8%
  • CSS 0.1%