mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
Nabarun Gogoi
40fd5f8ab8
* Close connections from relay node to disconnected peers * Review changes and update libp2p version * Update package version |
||
---|---|---|
.. | ||
environments | ||
src | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json |
Address Watcher
Setup
First try the stack orchestrator to quickly get started. Advanced users can see here for instructions on setting up a local environment by hand.
Build files:
yarn && yarn build
Run
Run the following commands in different terminals:
GraphQL server:
yarn server
Job runner for processing the tracing requests queue:
yarn job-runner
To fill a block range:
yarn fill --start-block 1 --end-block 1000