Description
To enable dapp provider to verify the address user is owner of this address, we need signMessage functionality. How does it work? To enable this feature, there should be 2 new methods added to ironfish-sdk.
signMessage(message: string, secretKey: string): string
verifyMessage(signed: string, publicKey: string): boolean
Description
To enable dapp provider to verify the address user is owner of this address, we need
signMessagefunctionality. How does it work? To enable this feature, there should be 2 new methods added to ironfish-sdk.signMessage(message: string, secretKey: string): stringverifyMessage(signed: string, publicKey: string): boolean