erc1271_signer 0.1.1
erc1271_signer: ^0.1.1 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_signerWith Flutter:
$ flutter pub add erc1271_signerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
erc1271_signer: ^0.1.1Alternatively, 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';