oasislabs / oasis.js

🕸A web client for the Oasis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit Web3 Gateway Docs

armaniferrante opened this issue · comments

Our docs for the web3 gateway tell you everything you need to know, but they're not explicit https://oasis-labs-oasis-client.readthedocs-hosted.com/en/latest/gateways.html#web3-json-rpc.

As @sharmaster96 suggested, we should explicitly list out every method that is available on the Web3Gateway along with inputs and outputs. So that readers have a better experience and don't need to leave our documentation.

This will basically require copying the docs from https://github.com/ethereum/wiki/wiki/JSON-RPC and massaging them into a JS format.

This is done.