A JSON-RPC server for processing ERC-4337 paymaster requests.
⚠️ This software is still in early development. It is not yet recommended for business critical systems.
Documentation coming soon...
Steps for setting up a local dev environment for contributing to the Paymaster.
- Go 1.21 or later
- ERC-4337 Devnet running
# Installs https://github.com/cosmtrek/air for live reloading.
# Runs go mod tidy.
# Creates a .env file with sensible default values for local development.
make install-dev
Start a local paymaster instance:
make dev-run
Distributed under the GPL-3.0 License. See LICENSE for more information.
Feel free to direct any technical related questions to the dev-hub
channel in the Stackup Discord.