1.0.2 • Published 1 month ago

@startale-scs/aa-sdk v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Startale's scs-aa-sdk 🚀

License MIT npm version npm downloads

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.

📚 Table of Contents

🚀 Installation

npm install @startale/scs-aa-sdk
# or
yarn add @startale/scs-aa-sdk

⚡ Quick Start

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,
})

✨ Features

  • 🔐 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

📖 Documentation

For detailed documentation, please visit our documentation site.

🎯 Examples

Check out our examples directory for complete implementation examples.

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ by Startale Labs

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

2 months ago

0.2.0

2 months ago

0.1.0

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago