Note: This package deprecated. Please use the
@neonevm/token-transfer-ethers
package.
The @neonevm/token-transfer-web3
library is an extension to @neonevm/token-transfer-core
using addition methods 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.