mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-21 18:49:06 +00:00
Update ipfs daemon version in readme (#121)
This commit is contained in:
parent
168689a7c7
commit
e4b9596be7
@ -82,7 +82,7 @@
|
|||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run the IPFS (go-ipfs version 0.9.0) daemon:
|
* Run the IPFS (go-ipfs version 0.12.2) daemon:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ipfs daemon
|
ipfs daemon
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run the IPFS (go-ipfs version 0.9.0) daemon:
|
* Run the IPFS (go-ipfs version 0.12.2) daemon:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ipfs daemon
|
ipfs daemon
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run the IPFS (go-ipfs version 0.9.0) daemon:
|
* Run the IPFS (go-ipfs version 0.12.2) daemon:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ipfs daemon
|
ipfs daemon
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run the IPFS (go-ipfs version 0.9.0) daemon:
|
* Run the IPFS (go-ipfs version 0.12.2) daemon:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ipfs daemon
|
ipfs daemon
|
||||||
@ -97,7 +97,7 @@ GQL console: http://localhost:3008/graphql
|
|||||||
* `starting-block`: Starting block for the contract (default: `1`).
|
* `starting-block`: Starting block for the contract (default: `1`).
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
Watch a contract with its address and checkpointing on:
|
Watch a contract with its address and checkpointing on:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -117,7 +117,7 @@ GQL console: http://localhost:3008/graphql
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `start-block`: Block number to start filling from.
|
* `start-block`: Block number to start filling from.
|
||||||
* `end-block`: Block number till which to fill.
|
* `end-block`: Block number till which to fill.
|
||||||
|
|
||||||
* To create a checkpoint for a contract:
|
* To create a checkpoint for a contract:
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ GQL console: http://localhost:3008/graphql
|
|||||||
```bash
|
```bash
|
||||||
yarn reset job-queue --block-number <previous-block-number>
|
yarn reset job-queue --block-number <previous-block-number>
|
||||||
```
|
```
|
||||||
|
|
||||||
* `block-number`: Block number to which to reset the watcher.
|
* `block-number`: Block number to which to reset the watcher.
|
||||||
|
|
||||||
* To export and import the watcher state:
|
* To export and import the watcher state:
|
||||||
@ -159,7 +159,7 @@ GQL console: http://localhost:3008/graphql
|
|||||||
```bash
|
```bash
|
||||||
yarn job-runner
|
yarn job-runner
|
||||||
```
|
```
|
||||||
|
|
||||||
* Import watcher state:
|
* Import watcher state:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -167,7 +167,7 @@ GQL console: http://localhost:3008/graphql
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `import-file`: Path of JSON file from which to import the watcher data.
|
* `import-file`: Path of JSON file from which to import the watcher data.
|
||||||
|
|
||||||
* Run fill:
|
* Run fill:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user