Skip to content

Ethereum signature utility porting from JS

License

Notifications You must be signed in to change notification settings

dart-bitcoin/eth-sig-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Ethereum signature utility porting from JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%