erc1271_signer 0.1.0 copy "erc1271_signer: ^0.1.0" to clipboard
erc1271_signer: ^0.1.0 copied to clipboard

Dart port of viem-style utilities for Ethereum: Coinbase Smart Wallet message signing, EIP-191/EIP-712 hashing, and ERC-1271-compatible signatures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add erc1271_signer

With Flutter:

 $ flutter pub add erc1271_signer

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

dependencies:
  erc1271_signer: ^0.1.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:erc1271_signer/erc1271_signer.dart';
0
likes
150
points
255
downloads

Publisher

verified publisherpiusikeoffiah.dev

Weekly Downloads

Dart port of viem-style utilities for Ethereum: Coinbase Smart Wallet message signing, EIP-191/EIP-712 hashing, and ERC-1271-compatible signatures.

Repository (GitHub)
View/report issues

Topics

#ethereum #web3 #erc1271 #crypto #blockchain

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

convert, hashlib, http, web3dart

More

Packages that depend on erc1271_signer