0xprinc / MetaFaucet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaFaucet

Introducing a new type of testnet token faucet. To support developers who don't have test tokens for testing onchain stuff.
Thanks to ERC4337(Account Abstraction) :)
Metafaucet uses the SmartAccount as the token reserves and supplies the gas fees to the transaction the developer wants to make.

Proof Of Concept

Brief overview of how the whole MetaFaucet is gonna work.
Screenshot 2023-07-27 at 6 25 37 PM

To-Do

  • Make the Metafaucet contract (brain of the whole project)
  • Make the deployer contract that will act as the owner of the required contract by the user
  • Get the EntryPoint and SmartAccount contract
  • Set authorizations related to the SmartAccount contract
  • Connect all the contracts inside the Metafaucet contract

About


Languages

Language:Solidity 100.0%