NearSocial / VM

Near Social VM
The Unlicense
36 stars 58 forks source link

Feat: Sign arbitrary message with user private key #110

Open roshaans opened 1 year ago

roshaans commented 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)

zavodil commented 6 months ago

https://github.com/NearSocial/VM/pull/193