# eth-query

> like web3 but for minimalists

Latest version **2.1.2** (published 2017-06-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install eth-query
pnpm add eth-query
yarn add eth-query
bun add eth-query
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2017-06-15 |
| First published | 2016-06-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Maintainers | kumavis |

## Links

- npm: https://www.npmjs.com/package/eth-query
- Repository: https://github.com/ethereumjs/eth-query
- Homepage: https://github.com/ethereumjs/eth-query#readme
- Issues: https://github.com/ethereumjs/eth-query/issues
- npm.io page: https://npm.io/package/eth-query

## Dependencies (2)

- [xtend](https://npm.io/package/xtend.md) ^4.0.1
- [json-rpc-random-id](https://npm.io/package/json-rpc-random-id.md) ^1.0.0

## Recent versions

- 2.1.2 (latest) — 2017-06-15
- 2.1.1 — 2017-05-08
- 2.1.0 — 2016-11-23
- 2.0.3 — 2016-11-08
- 2.0.2 — 2016-11-08
- 2.0.1 — 2016-11-08
- 1.0.4 — 2016-11-08
- 2.0.0 — 2016-11-08
- 1.0.3 — 2016-07-12
- 1.0.2 — 2016-07-12
- 1.0.1 — 2016-07-04
- 1.0.0 — 2016-06-28

## README

like web3 but for minimalists


```js
var provider = { sendAsync: function(params, cb){/* ... */} }
var query = new EthQuery(provider)

query.getBalance(address, cb)
```

---
_Source: https://npm.io/package/eth-query · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
