account_abstraction_alchemy 0.1.6
account_abstraction_alchemy: ^0.1.6 copied to clipboard
Account Abstraction smart wallet client for Alchemy, only supports usage with gas manager
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add account_abstraction_alchemy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
account_abstraction_alchemy: ^0.1.6
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:account_abstraction_alchemy/account_abstraction_alchemy.dart';