xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
180 stars 96 forks source link

Signing typedData? #27

Open mundhrakeshav opened 2 years ago

mundhrakeshav commented 2 years ago

EIP712 signing?

danielnordh commented 2 years ago

You can use this package, https://github.com/wakumo/eth-sig-util Took me a while to figure out how to use it but here's a closed issue where I documented my final code.