Skip to content

Commit

Permalink
Add instruction for connection test
Browse files Browse the repository at this point in the history
  • Loading branch information
nolash committed Jul 2, 2019
1 parent 947774b commit 4abfa7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ console.log(keyTmpRequestPriv);
```

Replace the `HTMLFEEDHASH` and `SCRIPTFEEDHASH` constants with the corresponding resulting hashes. Also nodify the `AUTHORUSER` with the user used to update the feeds.

Then run the script and look for `published manifest: <HASH>` in the output.

---

To test the connection logic:

1. run ts-node ./src/index.ts in terminal 1, and while running...
1. look for `tmp priv: <HASH>` in the output, and copy the hash
1. run ts-node ./src/index.ts <HASH> in terminal 2

0 comments on commit 4abfa7a

Please sign in to comment.