https://github.com/iamnotstatic/tokeinfo-interface
Get token liquidity pool info with ease on Ethereum blockchain and Binance smart chain.
https://github.com/iamnotstatic/tokeinfo-interface
binance-smart-chain cryptocurrency ethereum liquidity-pool
Last synced: 3 months ago
JSON representation
Get token liquidity pool info with ease on Ethereum blockchain and Binance smart chain.
- Host: GitHub
- URL: https://github.com/iamnotstatic/tokeinfo-interface
- Owner: iamnotstatic
- Created: 2021-12-05T21:37:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T09:44:35.000Z (over 3 years ago)
- Last Synced: 2025-06-07T08:02:12.183Z (12 months ago)
- Topics: binance-smart-chain, cryptocurrency, ethereum, liquidity-pool
- Language: TypeScript
- Homepage: https://tokeinfo.netlify.app/
- Size: 1.1 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tokeinfo Frontend 🚀🚀
[](http://makeapullrequest.com)
Get token liquidity pool info with ease on Ethereum and Binance smart chain.
## Interacting With Smart contract from an interface
```bash
# Clone Repo
$ git clone `https://github.com/iamnotstatic/tokeinfo-interface`
```
Copy ```.env.example``` to ```.env``` and add your RPC url
### Starting the Frontend
```bash
# .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!