Skip to content

Commit

Permalink
Merge pull request oasisprotocol#2023 from oasisprotocol/xz/959-redir…
Browse files Browse the repository at this point in the history
…ect-sapphire-localnet-docs

docs: Sapphire localnet references consolidated page under tools
  • Loading branch information
aefhm authored Oct 21, 2024
2 parents 2ab9412 + f735ef9 commit c274d21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 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,10 @@ 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][localnet] for more
information.

[localnet]: https://github.com/oasisprotocol/docs/blob/main/docs/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
6 changes: 4 additions & 2 deletions docs/rofl/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

As a first step we need to decide which ParaTime the ROFL app will authenticate
to. This can be any ParaTime which has the ROFL module installed. For the rest
of this section we will be using [Sapphire Testnet] which has all of the
required functionality.
of this section we will be using [Sapphire Testnet][sapphire-testnet] which has
all of the required functionality.

[sapphire-testnet]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/sapphire/network.mdx

## Define the Root of Trust

Expand Down

0 comments on commit c274d21

Please sign in to comment.