forked from jediswaplabs/analytics-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jediswaplabs#58 from richardgreg/update-readme
Update README
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |