Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirshko committed Apr 25, 2019
1 parent 2e76c99 commit 8506899
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Uniswap History

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Netlify Status](https://api.netlify.com/api/v1/badges/299555b7-55bf-47e6-8c06-74cc4630828a/deploy-status)](https://app.netlify.com/sites/beta-uniswap-info/deploys)

Transaction and liquidity pool stats for https://uniswap.io

Expand All @@ -17,13 +18,3 @@ npm i
```bash
npm start
```

# Loading Exchange Logs and Token Data

First run tools/crawl_exchange_logs.py passing in origin block and infura project id.
Then run tools/pull_exchanges.py after, passing in infura project id.

# TODO

- Improve mobile experience. (ie Trust browser)
- Implement time column.

0 comments on commit 8506899

Please sign in to comment.