From ec67eeff3bdffcdf4cc681f89907572169845fb1 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:19:32 -0300 Subject: [PATCH] fix(devx): Add note about https for the explorer (#4046) * task(devx) add note about https for the explorer * fix typo --- docs/content/developer/getting-started/local-network.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/developer/getting-started/local-network.mdx b/docs/content/developer/getting-started/local-network.mdx index 05383670af8..1ff44584ec4 100644 --- a/docs/content/developer/getting-started/local-network.mdx +++ b/docs/content/developer/getting-started/local-network.mdx @@ -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