2021-06-25 11:05:47 +00:00
# Address Watcher
## Setup
2023-01-09 18:57:40 +00:00
First try the [stack orchestrator ](https://github.com/cerc-io/stack-orchestrator ) to quickly get started. Advanced users can see [here ](/docs/README.md ) for instructions on setting up a local environment by hand.
2021-06-28 11:42:53 +00:00
2021-09-02 04:57:56 +00:00
Build files:
2023-01-10 13:31:58 +00:00
```bash
yarn & & yarn build
2021-09-02 04:57:56 +00:00
```
2021-06-28 11:42:53 +00:00
2023-01-10 13:31:58 +00:00
## Run
2021-06-28 11:42:53 +00:00
2023-01-10 13:31:58 +00:00
Run the following commands in different terminals:
2021-09-02 04:57:56 +00:00
2023-01-10 13:31:58 +00:00
GraphQL server:
2021-09-02 04:57:56 +00:00
2023-01-10 13:31:58 +00:00
```bash
yarn server
2021-06-28 11:42:53 +00:00
```
Job runner for processing the tracing requests queue:
2023-01-10 13:31:58 +00:00
```bash
2021-06-28 11:42:53 +00:00
yarn job-runner
```
To fill a block range:
2023-01-10 13:31:58 +00:00
```bash
2021-09-02 04:57:56 +00:00
yarn fill --start-block 1 --end-block 1000
2021-06-28 11:42:53 +00:00
```