Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Uniswap/info
ℹ️ Uniswap v1+v2 analytics
https://github.com/Uniswap/info
Last synced: 28 days ago
JSON representation
ℹ️ Uniswap v1+v2 analytics
- Host: GitHub
- URL: https://github.com/Uniswap/info
- Owner: Uniswap
- License: gpl-3.0
- Created: 2018-12-20T22:21:44.000Z (almost 6 years ago)
- Default Branch: v2
- Last Pushed: 2024-06-04T17:47:18.000Z (6 months ago)
- Last Synced: 2024-11-14T20:01:58.236Z (29 days ago)
- Language: JavaScript
- Homepage: https://v2.info.uniswap.org/
- Size: 7.89 MB
- Stars: 322
- Watchers: 29
- Forks: 653
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 48% open · ⏱️ 04.06.2024): (Automated Market Maker (AMM))
README
# Uniswap Info (V1 + V2)
[![Lint](https://github.com/Uniswap/uniswap-info/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-info/actions?query=workflow%3ALint)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)Analytics site for the [Uniswap Protocol](https://uniswap.org).
Includes support for Uniswap V1 and V2. For Uniswap V3 info see https://github.com/Uniswap/v3-info
### To Start Development
###### Installing dependencies
```bash
yarn
```###### Running locally
```bash
yarn start
```