# Token transfer addendum for Ethers.js library

[![workflows](https://github.com/neonlabsorg/neon-client-transfer/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/neonlabsorg/neon-client-transfer/actions)
[![npm](https://img.shields.io/npm/v/@neonevm/token-transfer-ethers.svg)](https://www.npmjs.com/package/@neonevm/token-transfer-ethers)

The `@neonevm/token-transfer-ethers` library is an extension to `token-transfer-core-2022` using `ethers.js` as an alternative to `web3.js`.
This is where the provider, read contract methods, create, sign and send transactions are used from Ethers.js.

### Install packages

```shell
yarn add token-transfer-core-2022
yarn add @neonevm/token-transfer-ethers
# or
npm install token-transfer-core-2022
npm install @neonevm/token-transfer-ethers
```

More detailed usage examples can be found in the `examples` folder.
