Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

File metadata and controls

14 lines (10 loc) · 412 Bytes

coin-tools

This repository contains a collection of Web3 tools

src/BatchTransfer.sol

A smart contract that supports batch transfers of ETH or ERC20 tokens to multiple addresses.

test/BatchTransfer.t.sol

Contains the corresponding unit test cases.

How to build

  1. First, install Foundry: https://github.com/foundry-rs/foundry
  2. Compile: forge build
  3. Run the unit test cases: forge test