1.0.5 • Published 2 years ago

is-ethereum-stable-coin v1.0.5

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

📦 Installing on command line (requires nodejs)

yarn add is-ethereum-stable-coin

or

npm i is-ethereum-stable-coin

👷 Usage

Mainly for checking is a token is a memecoin/shitcoin, focus on UniswapV2

import isEthereumStableCoin from "is-ethereum-stable-coin";

if (isStableCoin(address)) {
  console.log(address + ' is a "stable" coin');
} else {
  console.log(address + ' is not a "stable" coin');
}
1.0.5

2 years ago

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

2 years ago