-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add RPC Wallet API #702
Comments
Here's a potential consumer of that API: https://metamask.io/. Not a requirement to close this ticket, but ideally, we could light up MetaMask with only minor tweaks/extensions after implementing our HTTP API. Please choose an API in the context of at least one popular, potential consumer. |
Based on MetaMask research, plan to use JSON-RPC protocol instead of REST. |
Maybe both...? |
Yeah JSON-RPC seems to be the norm around these parts. I don't think we need both |
I looked into metamask and it only makes sense to interop with metamask, in it's current form, if we choose to implement an eth web3 provider. Doing this boxes us into an eth world, which I don't think we want to do at this time. |
…t, fixed stake pool stake deserializing (solana-labs#702)
RPU UDP-based API should be moved to a REST API so that it'd be straight-forward to add a web-based wallet.
The text was updated successfully, but these errors were encountered: