Low-level Infrastructure Overview
Lower Level Infra Overview
Smart Wallets is composed of some lower-level libraries if you’re looking for further customization of your stack or want more control over how you build your application and use third party providers.
One of these libraries is @account-kit/infra
which allows you to interact with our infrastructure directly, while bringing your own smart contracts or signer.
If you do not need customization, we highly recommend that you use our Wallet APIs to simplify development.
What is the Bundler API?
The Bundler APIs are a collection of ERC-4337 compliant JSON-RPC endpoints which makes it possible for users to work with user operations. Below are the Bundler API endpoints available and the corresponding docs for each of them.
What are Gas Manager Admin APIs?
The Gas Manager Admin APIs allow you to programmatically manage gas sponsorship policies. Developers can define and manage policies governing gas sponsorship behavior—such as spending limits and eligibility. Below are the Gas Manager Admin API endpoints available and the corresponding docs for each of them.
What are Gas Coverage API Endpoints?
The Gas Coverage API is a set of methods that allow you to sponsor gas for your users’ transactions, abstracting away the concept of “gas” from them. Below are the Gas Manager Admin API endpoints available and the corresponding docs for each of them.