UNPKG

web3.js-browser

Version:

An intent to optimize web3 for browser usage.

19 lines (11 loc) 379 B
# web3-core-method This is a sub module of [web3.js][repo] The Method module abstracts the JSON-RPC method and is used within most [web3.js][repo] modules. ## Installation ```bash npm install web3-core-method ``` ## Types All the typescript typings are placed in the types folder. [docs]: http://web3js.readthedocs.io/en/1.0/ [repo]: https://github.com/ethereum/web3.js