SDK for startale account integration with support for account abstraction, ERC-7579, ERC-4337.
npm install @startale-scs/aa-sdk


A powerful toolkit for building decentralized applications (dApps) with ERC4337 Account Abstraction and Smart Accounts. This SDK is based on Biconomy's abstractjs sdk and enhanced for Startale's ecosystem.
- Installation
- Quick Start
- Features
- Documentation
- Examples
- License
``bash`
npm install @startale-scs/aa-sdkor
yarn add @startale-scs/aa-sdk
`typescript
import { createSCSPaymasterClient, createSmartAccountClient, toStartaleSmartAccount } from "@startale-scs/aa-sdk";
// Initialize your smart account and client
const smartAccountClient = createSmartAccountClient({
account: await toStartaleSmartAccount({
signer: signer,
chain: chain,
transport: http(),
index: BigInt(2132)
}),
transport: http(bundlerUrl),
client: publicClient,
})
``
- 🔐 Account Abstraction: Full support for ERC4337 Account Abstraction
- 💡 Smart Account Management: Easy creation and management of smart accounts
- 🔄 Transaction Batching: Bundle multiple transactions into a single operation
- 🔌 Modular Design: Flexible and extensible architecture
- 🌐 Cross-Chain Support: Compatible with multiple EVM chains
For detailed documentation, please visit our documentation site.
Check out our quickstart for nodejs CLI examples.
This project is licensed under the MIT License - see the LICENSE file for details.
---
Built with ❤️ by Startale Group