Skip to content

Commit

Permalink
fix(devx): Add note about https for the explorer (#4046)
Browse files Browse the repository at this point in the history
* task(devx) add note about https for the explorer

* fix typo
  • Loading branch information
lucas-tortora authored Nov 15, 2024
1 parent 93784dd commit ec67eef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/developer/getting-started/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,15 @@ The response resembles the following, but with different IDs:
```

:::tip explorer

In order to use the explorer locally users can use the deployed explorer and set another endpoint like this: [https://explorer.iota.cafe/?network=http%3A%2F%2F127.0.0.1%3A9000](https://explorer.iota.cafe/?network=http%3A%2F%2F127.0.0.1%3A9000) or manually provide a Custom RPC URL on the [Explorer](https://explorer.iota.cafe/) page in the top right corner.

:::

:::warning HTTPS only

The [IOTA Explorer](https://explorer.iota.cafe) requires a secure HTTPS connection. If your local network doesn't support HTTPS, consider [running your own instance of the Explorer](https://github.com/iotaledger/iota/tree/develop/apps/explorer#iota-explorer).

:::

## Install IOTA Wallet Locally
Expand Down

0 comments on commit ec67eef

Please sign in to comment.