permissionless 0.1.2 copy "permissionless: ^0.1.2" to clipboard
permissionless: ^0.1.2 copied to clipboard

A Dart implementation of permissionless.js for ERC-4337 smart accounts. Supports Safe, Simple, Kernel, and Etherspot accounts with bundler and paymaster clients.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add permissionless

With Flutter:

 $ flutter pub add permissionless

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  permissionless: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:permissionless/permissionless.dart';
0
likes
160
points
262
downloads

Publisher

verified publisherfuse.io

Weekly Downloads

A Dart implementation of permissionless.js for ERC-4337 smart accounts. Supports Safe, Simple, Kernel, and Etherspot accounts with bundler and paymaster clients.

Repository (GitHub)
View/report issues

Topics

#account-abstraction #erc4337 #erc7579 #smart-accounts #web3

Documentation

API reference

License

MIT (license)

Dependencies

convert, http, wallet, web3dart

More

Packages that depend on permissionless