Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pimlico #290

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
"slugified",
"SDAI",
"Rabby",
"Pimlico",
"Pimlico's",
"jsdelivr",
"snarkyjs",
"testid",
"timestamptz",
Expand Down
16 changes: 15 additions & 1 deletion src/pages/world-chain/providers/paymasters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@ applications (dApps) to implement flexible gas policies, including:
### Supported Networks

- World Chain
{/* - World Chain Sepolia testnet (coming Soon) */}
- World Chain Sepolia

## Pimlico

[Pimlico](https://pimlico.io/) provides account abstraction infrastructure including [paymasters](https://docs.pimlico.io/infra/paymaster) and [bundlers](https://docs.pimlico.io/infra/bundler). They offer two types of paymasters to abstract away gas fees for users in the ERC-4337 ecosystem.
A verifying paymaster allows developers to sponsor on-chain gas fees for users, it utilizes an off-chain Pimlico balance
loaded through a dashboard and an ERC-20 paymaster which is a permissionless on-chain smart contract that enables users
to pay gas fees using their ERC-20 tokens and operates without requiring developer intervention.

Pimlico's paymasters can be seamlessly integrated with [permissionless.js](https://docs.pimlico.io/permissionless), a TypeScript library built on [viem](https://github.com/wevm/viem/) for ERC-4337 development .

### Supported Networks

- World Chain
- World Chain Sepolia
Loading