ava-labs / avalanche-types-rs

Avalanche primitive types in Rust (experimental)
Other
32 stars 10 forks source link

Question: How to implement message signing? #107

Open Nuttymoon opened 1 year ago

Nuttymoon commented 1 year ago

Hi,

This is more a question than a real issue. I would like to reproduce the message signing feature of the Avalanche Wallet:

Where should I look in the SDK to do so? Thanks!

richardpringle commented 1 year ago

Hey @Nuttymoon, I think most of the signing happens in one of the ethers dependency crates.

@gyuho, do you know if there's any other signing happening?