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.
# Collect repo
git clone https://github.com/anish-agnihotri/MultiFaucet
cd MultiFaucet/contracts
# Run tests
make
make testIf you do not have DappTools already installed, you'll need to run the commands below:
# 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"curl https://dapp.tools/install | sh- @gakonst/lootloose for DappTools info
- ds-test, OpenZeppelin for inherited libraries