kopia lustrzana https://github.com/bugout-dev/moonworm
Update README.md
rodzic
6073fd1631
commit
3f68ab5a78
|
@ -24,7 +24,7 @@ pip install moonworm
|
||||||
### `moonworm watch`:
|
### `moonworm watch`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
moonworm watch --abi <Path to abi file> --contract <Contract address> --web3 <Web3 provider url> --start <Start block>
|
moonworm watch --abi <Path to abi file> --contract <Contract address> --web3 <Web3 provider url> --start <Start block> --end <End block>
|
||||||
```
|
```
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
@ -33,6 +33,7 @@ Arguments:
|
||||||
- `--contract/-c CONTRACT` Contract address
|
- `--contract/-c CONTRACT` Contract address
|
||||||
- `--web3/-w WEB3` Web3 provider uri
|
- `--web3/-w WEB3` Web3 provider uri
|
||||||
- `--start/-s START` block to start watching
|
- `--start/-s START` block to start watching
|
||||||
|
- `--end/-e END` block to stop crawling, if not given, crawler will not stop
|
||||||
|
|
||||||
Optional args:
|
Optional args:
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue