Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MultiFaucet

About

MultiFaucet is a simple faucet that drips Ether/Matic, Wrapped Ether/Wrapped Matic, DAI Stablecoin, and mints ERC721 NFTs to a recipient.

It enables a super operator to drip and drain to a recipient, add approved operators, or update the super operator. Approved operators can only drip to a recipient.

Build and Test

# Collect repo
git clone https://github.com/anish-agnihotri/MultiFaucet
cd MultiFaucet/contracts

# Run tests
make
make test

Installing the toolkit

If you do not have DappTools already installed, you'll need to run the commands below:

Install Nix

# User must be in sudoers
curl -L https://nixos.org/nix/install | sh

# Run this or login again to use Nix
. "$HOME/.nix-profile/etc/profile.d/nix.sh"

Install DappTools

curl https://dapp.tools/install | sh

License

GNU Affero GPL v3.0

Credits