This commit is contained in:
David Boreham 2022-11-08 00:28:27 -07:00
parent f8d4bd9940
commit 72251f966f

View File

@ -31,6 +31,6 @@ $ docker exec -i <watcher-db-container> psql -U vdbm mobymask-watcher < config/w
```
Finally start the remaining containers:
```
$ laconic-sh deploy-system --include watcher-mobymask
$ laconic-so deploy-system --include watcher-mobymask
```
Correct operation should be verified by following the instructions [here](https://github.com/cerc-io/mobymask-watcher/tree/main/mainnet-watcher-only#run), checking GraphQL queries return valid results in the watcher's [playground](http://127.0.0.1:3001/graphql).