Skip to content

sanket-kogekar/erc20_airdrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC20 AirDrop

Technology Stack & Tools

  • Solidity (Writing Smart Contract)
  • Javascript (Testing)
  • Ethers (Blockchain Interaction)
  • Hardhat (Development Framework)

Requirements For Initial Setup

  • Install NodeJS, should work with any node version below 16.5.0
  • Install Hardhat

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ cd erc20_airdrop
$ npm install

3. Run air drop test script

$ npx hardhat test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • Solidity 33.2%