aboutsummaryrefslogblamecommitdiffstats
path: root/packages/pipeline/README.md
blob: df54de21cea37895fb5a52cc1f5e0a365311d203 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                                                                                                     






















                         
## @0xproject/pipeline

This repository contains scripts used for scraping data from the Ethereum blockchain into SQL tables for analysis by the 0x team.

## Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.

### Install dependencies:

```bash
yarn install
```

### Build

```bash
yarn build
```

### Clean

```bash
yarn clean
```

### Lint

```bash
yarn lint
```