Get token liquidity pool info with ease on Ethereum and Binance smart chain.
# Clone Repo
$ git clone `https://github.com/iamnotstatic/tokeinfo-interface`
Copy .env.example
to .env
and add your RPC url
# .env
REACT_APP_BSC_MAINNET_URL=
REACT_APP_ETH_MAINNET_URL=
# Install Dependencies
$ yarn install
# Lunch the project
$ yarn start
Contributions are welcome!