Pimlico
Learn how to integrate Pimlico’s account abstraction infrastructure with a Capsule Signer using permissionless.js
Introduction
Pimlico is an account abstraction infrastructure platform. Leverage Pimlico’s paymasters and bundlers to create smart accounts for your application. Pimlico’s core product is permissionless.js which is a TypeScript library built on viem for building with ERC-4337 smart accounts, bundlers, paymasters, and user operations. Permissionless.js focuses on having no dependencies, maximum viem compatibility and a small bundle size. Permissionless.js also supports the major ERC-4337 smart accounts including Safe, Kernel, Biconomy, and SimpleAccount.
Getting Started
Get started with Permissionless.js by following these steps. Follow these steps to create a Capsule signer.
Connecting Pimlico to a Capsule
After creating a Capsule signer, you will have access to a CapsuleWeb3Provider
object that you can use to create a
SmartAccountSigner
object
Use with permissionless.js
If you need access to Capsule or help getting set up, please refer to our quick start guide: