Skip to content

Commit 1cc8168

Browse files
Refine prerequisites formatting in deployment guide
Updated the prerequisites section for clarity and formatting.
1 parent 5af6879 commit 1cc8168

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

guides/ops/self-hosted-deployment.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ This guide walks you through a full self‑hosted deployment of the Wraith
1010
protocol on Futurenet. By the end, you’ll have all four core contracts
1111
deployed, wired, and verified — ready for your own applications.
1212

13-
## Prerequisites
13+
Prerequisites
1414

15-
Tool Version Check
16-
Rust ≥ 1.78 rustc --version
17-
wasm32 target any `rustup target list --installed
18-
stellar‑cli ≥ 22.0.1 stellar --version
19-
Funded Stellar keypair – stellar account show <address> --network futurenet
15+
· Rust ≥ 1.78 (rustc --version)
16+
· wasm32 target installed (rustup target list --installed | grep wasm32-unknown-unknown)
17+
· stellar‑cli ≥ 22.0.1 (stellar --version)
18+
· Funded Stellar keypair on Futurenet (stellar account show <address> --network futurenet)
2019

2120
Install the wasm target if missing:
2221

0 commit comments

Comments
 (0)