Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 593 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 593 Bytes

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