Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```