Skip to content

Releases: DePayFi/web3-tokens

v1.0.0

12 Jul 08:40
3b2aaea
Compare
Choose a tag to compare

v1.0.0: stable + adding transferable()

v0.12.0

30 Jun 09:30
5ab9155
Compare
Choose a tag to compare

Adds support for the native token (e.g. ETH on Ethereum)

v0.10.0

28 Jun 12:21
4c60014
Compare
Choose a tag to compare

Adds Token.BigNumber

BigNumber

Provides the BigNumber amount for a given token (based on the tokens decimals) based on a humand readable amount:

Token.BigNumber({
  amount: 1,
  blockchain: 'ethereum',
  address: '0xa0bed124a09ac2bd941b10349d8d224fe3c955eb'
}) // BigNumber '1000000000000000000'

v0.9.0

28 Jun 07:15
507324e
Compare
Choose a tag to compare