Skip to content

Commit

Permalink
Update protocol-interop-testing.md with fixed dcli build location (#1946
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kdeme authored Dec 15, 2023
1 parent 5b448e8 commit 3675cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fluffy/docs/the_fluffy_book/docs/protocol-interop-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ e.g.:

```bash
# Test Discovery Ping, should print the content of ping message
./vendor/nim-eth/eth/p2p/discoveryv5/dcli ping enr:<base64 encoding of ENR>
./vendor/nim-eth/tools/dcli ping enr:<base64 encoding of ENR>

# Test Discovery FindNode, should print the content of the returned ENRs
# Default a distance of 256 is requested, change this with --distance argument
./vendor/nim-eth/eth/p2p/discoveryv5/dcli findnode enr:<base64 encoding of ENR>
./vendor/nim-eth/tools/dcli findnode enr:<base64 encoding of ENR>

# Test Discovery TalkReq, should print the TalkResp content
./vendor/nim-eth/eth/p2p/discoveryv5/dcli talkreq enr:<base64 encoding of ENR>
./vendor/nim-eth/tools/dcli talkreq enr:<base64 encoding of ENR>
```

> Each `dcli` run will default generate a new network key and thus a new node id
Expand Down

0 comments on commit 3675cd6

Please sign in to comment.