Biswashree Dey
Biswashree Dey
PR Merged
> @ognjenkurtic the steps with Metamask are: > > 1. get `pubkey_owner` from `accounts` in MM through API > 2. `message = keccack256(pubKey_owner)' > 3. call the MM signing function...
> Some pointers on how BRI-1 does this with Vault > > Key creation: https://docs.provide.technology/api/rest-api-v1/vault/keys/creating-a-key > > Signing verification: https://docs.provide.technology/api/rest-api-v1/vault/keys/signing-and-verifying > > Keys are held in encrypted storage at the...
Approach used (as suggested by Andreas): 1. get pubkey_owner from accounts in MM through API 2. `message = keccack256(pubKey_owner)' 3. call the MM signing function API with the message as...
Code added to #794
Code added to #794
Code added to #794
Code added to #794