Skip to content

Commit

Permalink
Make --enable-evm-rpc more visible (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Mar 1, 2023
1 parent 1341f44 commit 09e1ce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/nodes/archive-node/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ WantedBy=multi-user.target
</TabItem>
</Tabs>

:::important
EVM RPC calls are disabled by default, and require additional flag to be enabled. Please refer [to this page](/docs/build/EVM/developer-tooling.md#your-own-rpc-server) for more info.
:::

Start the service:

```sh
Expand Down
4 changes: 4 additions & 0 deletions docs/nodes/full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ WantedBy=multi-user.target
</TabItem>
</Tabs>

:::important
EVM RPC calls are disabled by default, and require additional flag to be enabled. Please refer [to this page](/docs/build/EVM/developer-tooling.md#your-own-rpc-server) for more info.
:::


### Docker

Expand Down

0 comments on commit 09e1ce1

Please sign in to comment.