You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would make sense to expose a signing (and verification) function for consumers of secretjs as a function to sign and verify any arbitrary piece of data with a specified key.
This would eliminate a dependency from new frontend projects and would help with onboarding.
I think it would make sense to expose a signing (and verification) function for consumers of secretjs as a function to sign and verify any arbitrary piece of data with a specified key.
This would eliminate a dependency from new frontend projects and would help with onboarding.
Here's a new CCR that uses the depency but it would be great if secretjs could have been leveraged for that need
https://github.com/zorostang/nft-authorization-front-end/blob/a50441fdf2c887dcb53319f34f48190e635534ec/src/main.ts#L238
The text was updated successfully, but these errors were encountered: