account_abstraction_alchemy 0.0.2
account_abstraction_alchemy: ^0.0.2 copied to clipboard
Account Abstraction smart wallet client for Alchemy, only supports usage with gas manager
ERC-4337: Account Abstraction, for specific usage with Alchemy Account Abstraction
Features #
- Create private key signer
- Create smart wallet
- ABI Encoding/Decoding
- Sent transactions with sponsored gas
- Wait for transaction receipt
Getting started #
To get started, you need to add account_abstraction_alchemy to your project.
flutter pub add account_abstraction_alchemy
Usage #
// Import the package
import 'package:account_abstraction_alchemy/account_abstraction_alchemy.dart';
Additional information #
Currently supports only entry point version 0.6, and simple account.
More detailed usage instructions and description will come in next version.