|
1 | 1 | ## ethjs-query |
2 | 2 |
|
3 | 3 | <div> |
4 | | - <!-- Dependency Status --> |
5 | | - <a href="https://david-dm.org/ethjs/ethjs-query"> |
6 | | - <img src="https://david-dm.org/ethjs/ethjs-query.svg" |
7 | | - alt="Dependency Status" /> |
8 | | - </a> |
9 | | - |
10 | | - <!-- devDependency Status --> |
11 | | - <a href="https://david-dm.org/ethjs/ethjs-query#info=devDependencies"> |
12 | | - <img src="https://david-dm.org/ethjs/ethjs-query/dev-status.svg" alt="devDependency Status" /> |
13 | | - </a> |
14 | | - |
15 | 4 | <!-- NPM Version --> |
16 | 5 | <a href="https://www.npmjs.org/package/ethjs-query"> |
17 | 6 | <img src="http://img.shields.io/npm/v/ethjs-query.svg" |
@@ -67,7 +56,7 @@ This module supports all Ethereum RPC methods and is designed completely to spec |
67 | 56 |
|
68 | 57 | `ethjs-query` uses the `ethjs-format` module to format incoming and outgoing RPC data payloads. The primary formatting task is numbers. Number values can be inputed as: `BigNumber`, `BN`, `string`, `hex` or `actual numbers`. Because the blockchain does not support decimal or negative numbers, any kind of decimal or negative number will cause an error return. All received number values are returned as BN.js object instances. |
69 | 58 |
|
70 | | -Read more about the formatting layer here: [ethjs-format](http://github.com/ethjs/ethjs-format) |
| 59 | +Read more about the formatting layer here: [ethjs-format](http://github.com/MetaMask/ethjs-format) |
71 | 60 |
|
72 | 61 | ## Async Only |
73 | 62 |
|
@@ -205,13 +194,13 @@ There is always a lot of work to do, and will have many rules to maintain. So pl |
205 | 194 |
|
206 | 195 | Please consult our [Code of Conduct](CODE_OF_CONDUCT.md) docs before helping out. |
207 | 196 |
|
208 | | -We communicate via [issues](https://github.com/ethjs/ethjs-query/issues) and [pull requests](https://github.com/ethjs/ethjs-query/pulls). |
| 197 | +We communicate via [issues](https://github.com/MetaMask/ethjs-query/issues) and [pull requests](https://github.com/MetaMask/ethjs-query/pulls). |
209 | 198 |
|
210 | 199 | ## Important documents |
211 | 200 |
|
212 | 201 | - [Changelog](CHANGELOG.md) |
213 | 202 | - [Code of Conduct](CODE_OF_CONDUCT.md) |
214 | | -- [License](https://raw.githubusercontent.com/ethjs/ethjs-query/master/LICENSE) |
| 203 | +- [License](https://raw.githubusercontent.com/MetaMask/ethjs-query/master/LICENSE) |
215 | 204 |
|
216 | 205 | ## Licence |
217 | 206 |
|
|
0 commit comments