For the complete documentation index, see llms.txt. This page is also available as Markdown.
Use Account Abstraction
Implement account abstraction on Chiliz Chain using Biconomy's SDK: gasless transactions, batched transactions, and Smart Accounts for improved dApp UX.
What is Account Abstraction?
Account Abstraction is a blockchain technology that allows users to use smart contracts as their accounts, making them fully programmable.
It aims to make user accounts more flexible and functional, thus enhancing the user experience.
What does it mean for Chiliz Chain developers?
By implementing AA, developers could enhance the user experience of their project: simpler Chiliz Chain interactions means a more user-friendly app.
How to do it using Biconomy?
Biconomy provides a full-stack Account Abstraction SDK, which provides access to Smart Accounts: https://docs.biconomy.io/account
As per Biconomy themselves, there are 4 ways to leverage their AA stack on Chiliz Chain:
Gasless Transactions
Batched Transactions
Smart contract wallets (including social login)
Modules including session keys, multichain validator, account recovery, and much more!