Skip to content

Commit

Permalink
docs: Sapphire localnet references consolidated page under tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 18, 2024
1 parent aa03472 commit 22df32b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/rofl/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ the ROFL app. To do this, create `src/main.rs` with the following content:

## Testing it on Sapphire Localnet

The simplest way to test and debug your ROFL is locally.
The simplest way to test and debug your ROFL is with a local stack.

1. Disable trust root verification in [`src/main.rs`]. Replace:

Expand Down Expand Up @@ -145,7 +145,9 @@ The simplest way to test and debug your ROFL is locally.
```

In a few moments, the Sapphire Localnet will spin up and automatically launch
your ROFL inside the compute node.
your ROFL inside the compute node. See [localnet] for more information.

[localnet]: ../dapp/tools/localnet.mdx

```
sapphire-localnet 2024-09-19-git2332dba (oasis-core: 24.2, sapphire-paratime: 0.8.2, oasis-web3-gateway: 5.1.0)
Expand Down
1 change: 1 addition & 0 deletions docs/rofl/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ sudo apt install musl-tools gcc-multilib clang
[`rust-toolchain.toml`]: https://github.com/oasisprotocol/oasis-sdk/tree/main/rust-toolchain.toml
[rust-toolchain-precedence]: https://github.com/rust-lang/rustup/blob/master/README.md#override-precedence
[MUSL C standard library]: https://musl.libc.org/
[localnet]: ../dapps/tools/localnet
<!-- markdownlint-enable line-length -->

## SGXS Utilities
Expand Down

0 comments on commit 22df32b

Please sign in to comment.