Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkrawat1/pool-web
https://github.com/pkrawat1/pool-web
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkrawat1/pool-web
- Owner: pkrawat1
- Created: 2022-08-09T06:34:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T11:43:47.000Z (about 2 years ago)
- Last Synced: 2024-10-21T19:07:01.707Z (16 days ago)
- Language: TypeScript
- Homepage: pool-web.vercel.app
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.