Skip to content

Commit

Permalink
remove JSON-RPC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX committed Mar 20, 2024
1 parent 6879a46 commit ba3fa47
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 126 deletions.
3 changes: 1 addition & 2 deletions docs/guides/nwaku/config-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ The default configuration is used when no other options are specified. By defaul
- Generate a new `Node Key` and `PeerID`.
- Listen for incoming libp2p connections on the default TCP port (`60000`).
- Subscribe to the default Pub/Sub topic (`/waku/2/default-waku/proto`).
- Start the `JSON-RPC` server on the default port (`8545`).
- Enable the `Relay` protocol for relaying messages.
- Enable the `Store` protocol as a client, allowing it to query peers for historical messages but not store any message itself.

Expand All @@ -98,4 +97,4 @@ To see the default values of all [configuration options](/guides/nwaku/config-op

:::tip
To explore the available node configuration options, have a look at the [Node Configuration Options](/guides/nwaku/config-options) guide.
:::
:::
Loading

0 comments on commit ba3fa47

Please sign in to comment.