Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sign_message method #27

Closed
kieranroneill opened this issue Apr 24, 2024 · 0 comments · Fixed by #28
Closed

Implement sign_message method #27

kieranroneill opened this issue Apr 24, 2024 · 0 comments · Fixed by #28
Assignees
Labels
📝 documentation Improvements or additions to documentation ✨ feature New feature or request

Comments

@kieranroneill
Copy link
Contributor

Summary

The sign_message signs an arbitrary UTF-8 string.

Acceptance criteria

Scenario 1: Provider receives a sign message request
GIVEN a Client has initialized the SDK
AND a Provider as initialized the SDK
WHEN the Client calls sign_message
THEN the Provider receives the UTF-8 string to sign
AND the Provider returns the signature

Notes

  • Include documentation for "Signing A Message" in the "Clients" section
  • Include documentation for "Responding To A Sign Message Request" in the "Providers" section
@kieranroneill kieranroneill self-assigned this Apr 24, 2024
@kieranroneill kieranroneill added ✨ feature New feature or request 📝 documentation Improvements or additions to documentation labels Apr 24, 2024
@kieranroneill kieranroneill linked a pull request Apr 24, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 documentation Improvements or additions to documentation ✨ feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant