diff --git a/docs/rofl/app.md b/docs/rofl/app.md index 8c3ce5c292..af156e779f 100644 --- a/docs/rofl/app.md +++ b/docs/rofl/app.md @@ -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: @@ -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) diff --git a/docs/rofl/prerequisites.md b/docs/rofl/prerequisites.md index 27742e6d04..ad3613de45 100644 --- a/docs/rofl/prerequisites.md +++ b/docs/rofl/prerequisites.md @@ -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 ## SGXS Utilities