aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/README.md')
-rw-r--r--packages/pipeline/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/pipeline/README.md b/packages/pipeline/README.md
index 594454bd0..df54de21c 100644
--- a/packages/pipeline/README.md
+++ b/packages/pipeline/README.md
@@ -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