Quick Start
After reading this page:
You'll go through a decision process to understand the best way to integrate with ERC-4337 methods with Gelato Bundler using Bundler API Endpoints.
Getting Started
Using Bundler API Endpoints
Users can directly interact with our bundler via API endpoints—enabling actions like sending UserOperations, estimating gas, and more. Learn more about how to use the bundler endpoints here.
Example Code
1. Clone the repository
git clone https://github.com/gelatodigital/erc4337-counter-example.git
cd erc4337-counter-example
2. Install dependencies and navigate to the appropriate directory.
yarn install
cd src/gelato
3. Copy environment variables
cp .env.sample .env
Last updated