Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 690 Bytes

Tokeinfo Frontend 🚀🚀

Pull Requests Welcome

Get token liquidity pool info with ease on Ethereum and Binance smart chain.

Interacting With Smart contract from an interface

# Clone Repo
$ git clone `https://github.com/iamnotstatic/tokeinfo-interface`

Copy .env.example to .env and add your RPC url

Starting the Frontend

# .env
REACT_APP_BSC_MAINNET_URL=
REACT_APP_ETH_MAINNET_URL=

# Install Dependencies
$ yarn install


# Lunch the project
$ yarn start

Want to contribute?

Contributions are welcome!