An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Tokeinfo Frontend 🚀🚀

[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](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!