Skip to content

Commit

Permalink
fix(docs): Local Development (devx/docs-feedback-github.com/iotaledge…
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrshll committed Jan 21, 2025
1 parent 779b07c commit f28e735
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/content/developer/getting-started/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,14 @@ The [IOTA Explorer](https://explorer.rebased.iota.org) requires a secure HTTPS c

## Install IOTA Wallet Locally

The IOTA Wallet is a Chrome extension you can use for manual tests with your local network.

### Prerequisites

* [Node.js 20+](https://nodejs.org/en/download/package-manager)
* [pnpm](https://pnpm.io/installation)
* [Rust 1.82+ nightly](https://www.rust-lang.org/tools/install), with target `wasm32-unknown-unknown`
* [docker-compose](https://docs.docker.com/compose/install/) (and docker daemon running)

### Install Dependencies

Expand Down Expand Up @@ -234,7 +239,7 @@ Use the TypeScript SDK to add example data to your network.

:::note

Before running the command, you must complete the `Prerequisites for Building Apps locally` section.
Before running the command, you must complete the `[Prerequisites for Building Apps locally](../getting-started/install-iota#prerequisites)` section.

:::

Expand All @@ -248,12 +253,11 @@ For additional information about example data for testing, see [https://github.c

## Troubleshooting

If you do not use [Node.js 18](https://nodejs.org/de/blog/announcements/v18-release-announce), you might see the
following message:

`Retrying requesting from the faucet: Retry failed: fetch is not defined`
| Error Message | Solution |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Retrying requesting from the faucet: Retry failed: fetch is not defined | Update or switch to Node.js version 20+. |
| Error: tsx must be loaded with --import instead of --loader | Update or switch to Node.js version 20+. |

To resolve this, switch or update to Node.js 18 and then try again.

## Test with the IOTA TypeScript SDK

Expand Down

0 comments on commit f28e735

Please sign in to comment.