# 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 startContributions are welcome!