# 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
