Remove outdated info from README

This commit is contained in:
Alex Browne
2018-11-06 12:53:59 -08:00
parent 21d4807206
commit dca2a4e9c2

View File

@@ -8,27 +8,6 @@ We strongly recommend that the community help us make improvements and determine
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
## Local Dev Setup
Requires Node version 6.9.5 or higher.
Add the following to your `.env` file:
```
REDSHIFT_USER
REDSHIFT_DB
REDSHIFT_PASSWORD
REDSHIFT_PORT
REDSHIFT_HOST
WEB3_PROVIDER_URL
```
Running a script example:
```
node ./lib/scripts/scrape_data.js --type tokens
```
### Install dependencies:
```bash