From 8852d3fd0ab76c5b4dcb3051e152c75d94de9661 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 13 Nov 2024 20:30:16 -0300 Subject: [PATCH] task(devx) add note about https for the explorer --- docs/content/developer/getting-started/local-network.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/developer/getting-started/local-network.mdx b/docs/content/developer/getting-started/local-network.mdx index 05383670af8..7635d4c4ea0 100644 --- a/docs/content/developer/getting-started/local-network.mdx +++ b/docs/content/developer/getting-started/local-network.mdx @@ -167,7 +167,16 @@ 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