# web3-eth

This is a sub package of [web3.js][repo]

This is the Eth package to be used [web3.js][repo].
Please read the [documentation][docs] for more.

## Installation

```bash
npm install web3-eth
```

## Usage

```js
const eth = new Eth(
    'http://127.0.0.1:4546',
    options
);
```

## 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
