1.0.5 • Published 5 months ago

is-ethereum-stable-coin v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago