komputing / KEthereum

Kotlin library for Ethereum
MIT License
350 stars 73 forks source link

EIP191 module #51

Closed ligi closed 5 years ago

ligi commented 5 years ago

this is the follow up of https://github.com/walleth/kethereum/issues/48#issuecomment-450466181

implement a module for EIP191

cc @generalpiston

ligi commented 5 years ago

@generalpiston - it is now released with 0.67

here an example on how you can use it: https://github.com/walleth/walleth/commit/17e12d76ba5b80cd31555762f690e3eadc426fbb

let me know if everything works for you!

generalpiston commented 5 years ago

Thank you!