- Create a basic react/nextjs application ✅
- Connect our wallet, with a nicer connect application ✅
- Implement this function ✅
function airdropERC20(
address tokenAddress, // ERC20 token
address[] calldata recipients,
uint256[] calldata amounts,
uint256 totalAmount
)
- e2e testing ✅
- When we connect, we see the form
- When disconnected, we don't
- Deploy to fleek