This project implements an ERC-20 token distribution smart contract. It allows an owner to distribute tokens to multiple receivers in a single transaction, efficiently managing bulk transfers.
- Node.js: Ensure you have Node.js installed.
- pnpm: This project uses pnpm as the package manager.
This project uses a Makefile to simplify common operations.
To compile the smart contracts:
make buildTo run the test suite:
make test