Skip to content

Commit

Permalink
Create a link to and from network overview doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Nov 4, 2024
1 parent 026a058 commit 2972553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/developer/getting-started/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/content/developer/network-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down

0 comments on commit 2972553

Please sign in to comment.