second.exchange icon indicating copy to clipboard operation
second.exchange copied to clipboard

Ability to create signs

Open maektwain opened this issue 3 years ago • 1 comments

This will ensure that injected or whatever is available creates the signature that we store so that we can remember the wallet entry.

Maybe check BIP33 Implementation

This will be stored in local cache or storage of sort in the browser that will have like _addressSignature, this will be generated by calling a method once the user is logged in with wallet,

createSignature()
store()

maektwain avatar Dec 10 '21 12:12 maektwain

There is a function with message signing in #5 that is currently unused so I'll see if I can repurpose that for this issue

pulkitvyas08 avatar Dec 11 '21 15:12 pulkitvyas08