From 2972553ab7abf96a46fbed1e8a8d58b8d4f2210d Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Mon, 4 Nov 2024 13:11:00 +0530 Subject: [PATCH] Create a link to and from network overview doc --- docs/content/developer/getting-started/connect.mdx | 4 ++++ docs/content/developer/network-overview.mdx | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/content/developer/getting-started/connect.mdx b/docs/content/developer/getting-started/connect.mdx index 708559a12e9..a6e6c512933 100644 --- a/docs/content/developer/getting-started/connect.mdx +++ b/docs/content/developer/getting-started/connect.mdx @@ -10,6 +10,10 @@ import questions from '/json/developer/getting-started/connect.json'; # Connect to an IOTA Network +:::info +You can look at the [Network Overview](/developer/network-overview) page to get an overview around the different networks available in the IOTA ecosystem +::: + ## IOTA CLI IOTA provides the [IOTA command line interface (CLI)](/references/cli/client.mdx) to interact with [IOTA networks](#iota-networks), it does the following and more: diff --git a/docs/content/developer/network-overview.mdx b/docs/content/developer/network-overview.mdx index 45c27b5a545..7cfb5ca85b8 100644 --- a/docs/content/developer/network-overview.mdx +++ b/docs/content/developer/network-overview.mdx @@ -42,6 +42,8 @@ The mainnet is currently unavailable and has not yet gone live. ## IOTA Localnet +To create a local IOTA network, you can refer to [Local Development](/developer/getting-started/local-network) page. + :::tip 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. :::