Skip to content

Commit

Permalink
revert recommendation changes in Identity 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Feb 2, 2024
1 parent 6ce3faa commit 1044ace
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ npm run build:web

## NodeJS Usage

The following code creates a new IOTA DID Document suitable for publishing to a local test network, like the
[IOTA Sandbox](/iota-sandbox/welcome/).

The following code creates a new IOTA DID Document suitable for publishing to a locally running private network.
See the [instructions](https://github.com/iotaledger/hornet/tree/develop/private_tangle) on running your own private network.

<!--
Test this example using https://github.com/anko/txm: `txm README.md`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ https://github.com/iotaledger/identity.rs/blob/main/bindings/wasm/examples/src/0
</TabItem>
</Tabs>

## Running Examples Locally
## Running a Private Network

In order to run the examples, you will need to run the [IOTA Sandbox](/iota-sandbox/welcome/) locally.
In order to run the examples, you will need to run a private network needs to run locally.
You can refer to [Hornet repository](https://github.com/iotaledger/hornet/tree/develop/private_tangle) for instructions on how to run a private network.

If you want to use different, you will need to modify the API and faucet endpoints in the examples to match your local
setup.
If your local private network uses different ports than Hornet, modify the API and faucet endpoints in the examples
to match your local setup.

0 comments on commit 1044ace

Please sign in to comment.