Skip to content

pepecatalcoin/coin-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

some useful web3 tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 64.2%
  • JavaScript 28.9%
  • Ruby 6.5%
  • Shell 0.3%
  • Makefile 0.1%
  • Python 0.0%