@@ -7,8 +7,8 @@ description: Powerful CLI for managing Oasis networks, nodes, tokens and dApps
77
88Oasis command-line interface (CLI) is a powerful all-in-one tool for
99interacting with the Oasis Network. You can download the latest release
10- binaries from the [ GitHub repository] (see the “ Installing or Updating Oasis
11- CLI on macOS” section below for macOS-specific instructions).
10+ binaries from the [ GitHub repository] (see the " Installing or Updating Oasis
11+ CLI on macOS" section below for macOS-specific instructions).
1212
1313It boasts a number of handy features:
1414
@@ -31,7 +31,7 @@ It boasts a number of handy features:
3131 - transaction encryption with X25519-Deoxys-II envelope
3232 - support for Ed25519, Ethereum-compatible Secp256k1 and Sr25519 signature
3333 schemes
34- - raw, BIP-44, ADR-8 and Ledger’ s legacy derivation paths
34+ - raw, BIP-44, ADR-8 and Ledger' s legacy derivation paths
3535- Node operator features:
3636 - Oasis node inspection and health-checks
3737 - network governance transactions
@@ -61,14 +61,14 @@ Terminal access and basic command-line knowledge.
6161 If not, add it by editing your shell configuration file (e.g., ` ~/.zshrc `
6262 for zsh):
6363
64- ``` bash
64+ ``` shell
6565 echo ' export PATH="$HOME/.local/bin:$PATH"' >> ~ /.zshrc
6666 source ~ /.zshrc
6767 ```
6868
6969 Create the directory if it doesn't exist:
7070
71- ``` bash
71+ ``` shell
7272 mkdir -p ~ /.local/bin
7373 ```
7474
@@ -83,38 +83,36 @@ Terminal access and basic command-line knowledge.
8383
84842 . ** Extract the Archive**
8585
86- ``` bash
86+ ``` shell
8787 cd ~ /Downloads
88- tar -xzf oasis_cli_0.14.1_darwin_all .tar.gz # replace with your version
88+ tar -xzf oasis_cli_X.Y.Z_darwin_all .tar.gz # replace with your version
8989 ```
9090
91- This creates a directory such as ` oasis_cli_0.14.1_darwin_all ` .
91+ This creates a directory such as ` oasis_cli_X.Y.Z_darwin_all ` .
9292
93933 . ** Navigate to the Extracted Directory**
9494
95- ``` bash
96- cd oasis_cli_0.14.1_darwin_all
95+ ``` shell
96+ cd oasis_cli_X.Y.Z_darwin_all
9797 ```
9898
99994 . ** Move the Binary to the User Path**
100100
101- ``` bash
101+ ``` shell
102102 mv oasis ~ /.local/bin/
103103 ```
104104
1051055 . ** Bypass macOS Gatekeeper** (if you encounter a security warning)
106106
107- ``` bash
107+ ``` shell
108108 xattr -d com.apple.quarantine ~ /.local/bin/oasis
109109 ```
110110
111111 If a dialog appears, go to ** System Settings → Privacy & Security →
112- Security**
113- and click ** “Open Anyway.”**
114-
112+ Security** and click ** Open Anyway.**
1151136 . ** Verify Installation**
116114
117- ``` bash
115+ ``` shell
118116 oasis --version
119117 ```
120118
@@ -128,7 +126,7 @@ the latest version. Your configurations (wallets, settings) are preserved.
128126
1291271 . ** Check Current Version**
130128
131- ``` bash
129+ ``` shell
132130 oasis --version
133131 ```
134132
0 commit comments