1.0.4 • Published 2 years ago

@normalizex/ethut v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ethut

ERC-20 / BEP-20 utils


Installing

Using npm:

npm i @normalizex/ethut

Using yarn:

yarn add @normalizex/ethut

Usage:

import { Ethut } from '@normalizex/ethut';

const web3 = new Web3('ProviderURL');
const ethut = new Ethut(web3 || 'Provider URL');

Methods

  • Ethut.erc20:
    • allowance
    • balanceOf
    • getDecimals
    • getSymbol
    • approve

Donate

Of course, the project was made not for any benefit, but for my personal convenience 😃

But I wanted to share this convenience with the Github community.

You can send me any amount of any coins in the ETH / BSC network as a donation to the address: 0x35552CF3Ce8Cc8a0f7fdC8Aa88a89b92e9Ab5FdB

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-prc.4

2 years ago

1.0.0-prc.3

2 years ago

1.0.0

2 years ago