The @neonevm/token-transfer-ethers
library is an extension to @neonevm/token-transfer-core
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.
yarn add @neonevm/token-transfer-core
yarn add @neonevm/token-transfer-ethers
# or
npm install @neonevm/token-transfer-core
npm install @neonevm/token-transfer-ethers
More detailed usage examples can be found in the examples
folder.