mirror of https://github.com/waku-org/nwaku.git
docs: fix typo (#2348)
This commit is contained in:
parent
8ce8ec6942
commit
a4a8dee34c
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Nim API
|
||||
|
||||
The Nim Waku API consist of a set of methods opearting on the Waku Node object.
|
||||
The Nim Waku API consist of a set of methods operating on the Waku Node object.
|
||||
Some of them have different arity depending on what privacy/bandwidth trade-off
|
||||
the consumer wants to make. These methods are:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ It is possible to configure an IPv4 DNS domain name that resolves to the node's
|
|||
wakunode2 --dns4-domain-name=mynode.example.com
|
||||
```
|
||||
|
||||
This allows for the node's publically announced `multiaddrs` to use the `/dns4` scheme.
|
||||
This allows for the node's publicly announced `multiaddrs` to use the `/dns4` scheme.
|
||||
In addition, nodes with domain name and [secure websocket configured](./configure-websocket.md),
|
||||
will generate a discoverable ENR containing the `/wss` multiaddr with `/dns4` domain name.
|
||||
This is necessary to verify domain certificates when connecting to this node over secure websocket.
|
|
@ -1,6 +1,6 @@
|
|||
# Connect to other peers
|
||||
|
||||
*Note that this tutorial describes how to **configure** a node to connect to other peers before runnning the node.
|
||||
*Note that this tutorial describes how to **configure** a node to connect to other peers before running the node.
|
||||
For connecting a running node to existing peers,
|
||||
see the [JSON-RPC API](https://rfc.vac.dev/spec/16/).*
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Different ways to connect to other nodes are expanded upon in our [connection gu
|
|||
|
||||
Find the log entry beginning with `Listening on`.
|
||||
It should be printed at INFO level when you start your node
|
||||
and contains a list of all publically announced listening addresses for the nwaku node.
|
||||
and contains a list of all publicly announced listening addresses for the nwaku node.
|
||||
|
||||
For example
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Then type messages to publish.
|
|||
|
||||
## Interactively add a node
|
||||
|
||||
There is also an interactive mode. Type `/connect` then paste address of other node. However, this currently has some timing issues with mesh not being updated, so it is adviced not to use this until this has been addressed. See https://github.com/waku-org/nwaku/issues/231
|
||||
There is also an interactive mode. Type `/connect` then paste address of other node. However, this currently has some timing issues with mesh not being updated, so it is advised not to use this until this has been addressed. See https://github.com/waku-org/nwaku/issues/231
|
||||
|
||||
## Dingpu cluster node
|
||||
|
||||
|
|
Loading…
Reference in New Issue