# use-ethers

> Reack hook for Ethers.js

[![version][version-badge]][package] [![downloads][downloads-badge]][npmcharts]
[![GitHub Workflow Status][actions-badge]][actions-badge] [![MIT License][license-badge]][license]
[![PRs Welcome][prs-badge]][prs] [![Semantic Release][semantic-release-badge]][semantic-release]
[![Commitizen friendly][commitizen-badge]][commitizen]

## Table of Contents

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Installation](#installation)
- [Usage](#usage)
- [LICENSE](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Installation

This module is distributed via [npm](https://www.npmjs.com) which is bundled with
[node](https://nodejs.org/en/) and should be installed as one of your project's `dependencies`:

```sh
npm install --save use-ethers
```

## Usage

// TODO

## LICENSE

MIT

[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[semantic-release]: https://github.com/semantic-release/semantic-release
[semantic-release-badge]:
  https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square
[prs]: http://makeapullrequest.com
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[commitizen]: http://commitizen.github.io/cz-cli/
[commitizen-badge]:
  https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square
[npmcharts]: http://npmcharts.com/compare/use-ethers
[version-badge]: https://img.shields.io/npm/v/use-ethers.svg?style=flat-square
[package]: https://www.npmjs.com/package/use-ethers
[downloads-badge]: https://img.shields.io/npm/dm/use-ethers.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/use-ethers.svg?style=flat-square
[license]: https://github.com/aj-may/use-ethers/blob/master/LICENSE
[actions]: https://github.com/aj-may/use-ethers/actions
[actions-badge]:
  https://img.shields.io/github/workflow/status/aj-may/use-ethers/Release/master?style=flat-square
