-
Notifications
You must be signed in to change notification settings - Fork 38
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 JSON RPC #9
Comments
|
Just to get my head around the recent updates here (#31): Is the xhrRpc for the server instance (+CORS?) and wsRPC for a tool instance? |
|
re: CORS - Cross Origin Resource Sharing ☁️ That thought lead me to wanting to change the spec to make the rpc stateless by removing |
Looking at jsonp, it allows bypassing cors client-side |
https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
The text was updated successfully, but these errors were encountered: