Skip to content

Sweat-Foundation/massdrop

Repository files navigation

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

About

💸 ERC-20 token distribution smart contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published