userop 0.2.0 copy "userop: ^0.2.0" to clipboard
userop: ^0.2.0 copied to clipboard

A lightweight Dart library for quickly and easily building ERC-4337 UserOperations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add userop

With Flutter:

 $ flutter pub add userop

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

dependencies:
  userop: ^0.2.0

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:userop/userop.dart';
0
likes
120
pub points
47%
popularity

Publisher

verified publisherfuse.io

A lightweight Dart library for quickly and easily building ERC-4337 UserOperations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

eth_sig_util, freezed_annotation, http, json_annotation, stream_channel, web3dart

More

Packages that depend on userop