- Create a basic react/nextjs application --> done
- Work on connect wallet
- Implement this function
function airdropERC20(
address tokenAddress, // ERC20 token
address[] calldata recipients,
uint256[] calldata amount,
uint256 totalAmount
)- Deploy to fleek