This repo is a collection of reference implementations for account abstraction features using the Connect SDK.
Showcases how to build:
- Gasless transactions
- Session keys
- Batch transactions
Play around with the live preview
Before you start, you need to replace the placeholder clientId
with your client ID to use thirdweb SDK.
Refer to Creating a client guide to see how you can get a client id.
Go to src/constants.ts
file and replace the placeholder clientId
with your client ID.
const clientId = "......";
yarn install
yarn dev
For any questions or suggestions, join our discord at https://discord.gg/thirdweb.