Comment on page
Templates & Examples
Get started with the Bundler & Paymaster in seconds
GitHub Repo implementing Gelato + ZeroDev to gaslessly deploy a Smart Wallet and increment a counter. The repo contains a quick start guide in the README. To generate a 1Balance API Key, please refer to 1Balance & Relay.
The example uses a
maxFeePerGas=0
override which allows transaction fees to be accurately settled post-execution rather than by the EntryPoint
.This reduces our on-chain footprint leading to gas savings and avoids overcharging users (e.g.,
preVerificationGas
).Last modified 26d ago