eth_sig_util 0.0.2 copy "eth_sig_util: ^0.0.2" to clipboard
eth_sig_util: ^0.0.2 copied to clipboard

outdated

Ethereum signature utility porting from JS

eth_sig_util #

Ethereum signature utility porting from JS

This lib came from the demand of project and main focus on sign typed data firstly

Inspired by Dart ethereum_util but no longer working and not yet supported for V1 and V4

Features #

  • Sign typed data EIP712 V1, V3, V4

Usage #

import 'package:eth_sig_util/eth_sig_util.dart';

String signature = EthSigUtil.signTypedData(privateKey: '4af...bb0', jsonData: '{...}', version: TypedDataVersion.V4);
19
likes
0
points
3.27k
downloads

Publisher

unverified uploader

Weekly Downloads

Ethereum signature utility porting from JS

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

buffer, collection, convert, equatable, pointycastle

More

Packages that depend on eth_sig_util