cosmos-cache
cosmos-cache copied to clipboard
Combine RPC&REST to a single systemd service / cache
Could be cool based off user requests
- On load, get all possible REST endpoints via the openapi. Use * regex for any
{ }areas - if user requests a regex match, forward to 1317
- else 26657 rpc / websocket req
Compile RPC links -> open api, and inject into REST openapi. Place on top of the REST api UI