Sessions
The following tutorials provide a detailed, step-by-step guide on how to integrate Account Abstraction Sessions. If you're developing in TypeScript, it's recommended to utilize the SDK.
📄️ Create a session
Overview
📄️ Use a session
Overview
📄️ Create a batch session
Overview
📄️ Use a batch session
Overview
📄️ Create SessionStorageClient
Users can make their own implementation of Session Storage by implementing ISessionStorage interface and pass it to the SessionKeyManager module instance. Let's create a new file called customSession and start writing our own session storage.