counterfactual / monorepo

Home for all packages related to the Counterfactual project
https://counterfactual.com
MIT License
186 stars 44 forks source link

[node] Auto-generate RPC method documentation for Node #1163

Open snario opened 5 years ago

snario commented 5 years ago

It would be nice to have the API of the Node be auto-documented based on the methods it exposes. We should investigate what we can be doing to accomplish this goal.

This issue a spike. The outcome should be more issues which are actionable.

Examples: https://libraries.io/search?keywords=json-rpc&languages=TypeScript

snario commented 5 years ago

@ebryn thinks we may be able to re-use @ebryn/jsonapi-ts here