Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pkrawat1/pool-web


https://github.com/pkrawat1/pool-web

Last synced: about 13 hours ago
JSON representation

Awesome Lists containing this project

README

        

This is a front end implementation to show the pools and transaction on uniswap protocol.
([DEMO HERE](https://pool-web.vercel.app/))

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Pool Dashboard
- Shows a list of first 100 pools.
- Shows a list if Saved/Favorite pool. That is persisted in the local storage.
- Mobile screen will hide few columns to fit the content.

## Pool Detail Page
- Shows a detailed view of the pool and the transactions.
- The transactions include mints/swaps/burns. (defaults all)
- Add to Favorite icon to save pool id to local storage.
- Mobile screen will hide few columns to fit the content.