Skip to content

Commit

Permalink
Merge pull request jediswaplabs#58 from richardgreg/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
richardgreg authored Sep 3, 2023
2 parents 8b03453 + 8d78402 commit 6757f63
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Uniswap Info (V1 + V2)
# JediSwap Analytics Dashboard

[![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)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jediswaplabs/analytics-dashboard/blob/main/LICENSE) [![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).
Analytics site for the [JediSwap Protocol](https://jediswap.xyz).

Includes support for Uniswap V1 and V2. For Uniswap V3 info see https://github.com/Uniswap/v3-info
## To Start Development

### To Start Development
### Installing dependencies

>Use node v16.20.0
###### Installing dependencies
```bash
yarn
```

###### Running locally
### Running locally

```bash
yarn start
```

0 comments on commit 6757f63

Please sign in to comment.