watcher-ts/packages/uni-watcher/README.md
Ashwin Phatak 194d079d5e
Watch pool initialize event (#123)
* Script to init pool.

* Watch pool initialize event.
2021-07-06 20:05:40 +05:30

17 lines
289 B
Markdown

# Uniswap Watcher
Run the server:
```bash
$ yarn server
```
Start watching the factory contract:
Example:
```bash
$ npx ts-node src/cli/watch-contract.ts --configFile environments/local.toml --address 0xfE0034a874c2707c23F91D7409E9036F5e08ac34 --kind factory --startingBlock 100
```