Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 550 Bytes

File metadata and controls

28 lines (17 loc) · 550 Bytes

ERC-20 Distributor

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.

Prerequisites

  • Node.js: Ensure you have Node.js installed.
  • pnpm: This project uses pnpm as the package manager.

Build and Test

This project uses a Makefile to simplify common operations.

Build

To compile the smart contracts:

make build

Test

To run the test suite:

make test