Open roshaans opened 1 year ago
Having the ability to sign arbitrary messages with the user private key would unlock a lot use cases such as authentication that are much needed to provide services on the BOS.
something like near.signMessage(messagePayload: string)
near.signMessage(messagePayload: string)
https://github.com/NearSocial/VM/pull/193
Having the ability to sign arbitrary messages with the user private key would unlock a lot use cases such as authentication that are much needed to provide services on the BOS.
something like
near.signMessage(messagePayload: string)