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

RPC API #8

Closed
liamcurry opened this issue Oct 27, 2018 · 0 comments
Closed

RPC API #8

liamcurry opened this issue Oct 27, 2018 · 0 comments
Milestone

Comments

@liamcurry
Copy link
Collaborator

liamcurry commented Oct 27, 2018

All EOS apps need a way to talk to EOS nodes, to fetch table rows and to send transactions. In order for full-stack Rust-based EOS applications to come to fruition, there needs to be a solid RPC API. In Javascript there is eosjs, and something similar should exist for Rust.

Implementing this will be a little tricky since we need to support browsers and server environments. In the browser we will need to support wasm-bindgen and stdweb, and on the server we should support hyper. This could get even more complicated if we decide to optionally support futures. This may be a 1.0+ feature.

@liamcurry liamcurry added this to the 1.0 milestone Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant