ecency/rpc-proxy

Generate REST API

Opened this issue · 0 comments

This is sort of research enhancement idea, would be great to have any RPC-proxy to enable REST API automatically so that standard web2.0 developers can easily understand and integrate websites with blockchain.

e.g. https://rpc.ecency.com/get_accounts?names[]=demo giving result in browser, there are few good use cases also many developers understand REST better than JSON-RPC.

Rest APIs are easily cachable as well because they are GET requests as oppose to POST requests.

We already run similar service, would be great to combine them.

https://xapi.esteem.app/getAccounts?names[]=demo