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.
Brief overview of how the whole MetaFaucet is gonna work.
- 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
andSmartAccount
contract - Set authorizations related to the
SmartAccount
contract - Connect all the contracts inside the Metafaucet contract