@@ -22,7 +22,7 @@ bare metal.
22
22
::: info
23
23
24
24
Building in ` debug ` mode retains much more information and optimises the binary to a far lesser extent.
25
- As such, we advise you to build Iroha in ` debug ` mode for testing: it' s faster and it makes it easier for you to find issues and fix them. However, if
25
+ As such, we advise you to build Iroha in ` debug ` mode for testing: it’ s faster and it makes it easier for you to find issues and fix them. However, if
26
26
you intend to actually deploy Iroha, you should build it in ` --release `
27
27
mode.
28
28
@@ -78,7 +78,7 @@ export PATH="$PATH:$(pwd)/Git/iroha/target/debug"
78
78
79
79
::: tip
80
80
81
- Don' t forget to replace ` debug ` with ` release ` when you' re ready to deploy
81
+ Don’ t forget to replace ` debug ` with ` release ` when you’ re ready to deploy
82
82
in the real world.
83
83
84
84
:::
@@ -87,7 +87,7 @@ This way you can run `iroha` from any directory without having to worry
87
87
about configuration paths and/or specifying the full path to the Iroha
88
88
executable.
89
89
90
- It's a good idea to make these instructions permanent, which you can do by
90
+ It is a good idea to make these instructions permanent, which you can do by
91
91
adding the environment variables to your startup shell.
92
92
93
93
::: details Save the instructions to the startup shell
@@ -97,7 +97,7 @@ On older Linux systems, you copy and paste the instructions (without the
97
97
systems, you want to add the same lines to ` ~/.zshrc ` .
98
98
99
99
Copy these instructions to the specified files (replace ` debug ` with
100
- ` release ` when you're ready to deploy):
100
+ ` release ` when you are ready to deploy):
101
101
102
102
``` bash
103
103
export IROHA2_GENESIS_PATH=" $( pwd) /Git/iroha/configs/peer/genesis.json"
@@ -109,10 +109,10 @@ export PATH="$PATH:$(pwd)/Git/iroha/target/debug"
109
109
110
110
::: tip
111
111
112
- This process is almost universally unreliable and messy, and it's likely
112
+ This process is almost universally unreliable and messy, and it is likely
113
113
that your system is special in that it breaks some of our assumptions.
114
114
115
- If the above optional steps didn' t work for you, you can keep working in
115
+ If the above optional steps didn’ t work for you, you can keep working in
116
116
the ` ~/Git/iroha/configs/peer/ ` folder, and run Iroha via
117
117
` ~/Git/iroha/target/debug/iroha ` .
118
118
@@ -123,9 +123,9 @@ recommend setting up your environment first.
123
123
124
124
::: info Note
125
125
126
- The tutorial assumes that you' re running either Linux, Mac OS X, or Windows
126
+ The tutorial assumes that you’ re running either Linux, Mac OS X, or Windows
127
127
using WSL. It should be possible to run directly on Windows, but that is
128
- neither recommended nor easy. If you don' t want to use a Unix-like system,
128
+ neither recommended nor easy. If you don’ t want to use a Unix-like system,
129
129
we suggest that you wait until we publish a detailed guide for Windows
130
130
users.
131
131
@@ -158,14 +158,14 @@ This is the recommended method of bringing up an Iroha peer. What we do is:
158
158
::: tip
159
159
160
160
You could also use the iroha peer binary locally by copying it into the
161
- same folder. The only difference would be that you' d be calling Iroha like
161
+ same folder. The only difference would be that you’ d be calling Iroha like
162
162
so: ` ./iroha ` instead of ` iroha ` .
163
163
164
164
:::
165
165
166
166
## First run of Iroha on bare metal
167
167
168
- If you' ve done everything correctly, you can now do
168
+ If you’ ve done everything correctly, you can now do
169
169
170
170
``` bash
171
171
iroha
@@ -188,7 +188,7 @@ least one fault.
188
188
In general, if you want to be resistant to ` f ` faults, you want to have
189
189
` 3f+1 ` peers: (` 4 ` , ` 7 ` , ` 10 ` , etc.).
190
190
191
- You can't really start the peers in any way you want, though. When we
191
+ You cannot really start the peers in any way you want, though. When we
192
192
started our original peer, in its configuration, we specified that it has
193
193
to trust very specific peers, which have the given private key and listen
194
194
on a specific address. In order to know how to run them appropriately, take
@@ -427,7 +427,7 @@ Iroha in the real world.
427
427
428
428
:: : info Note
429
429
430
- There's no need to pass the `--submit` flag unless you are starting the
430
+ There is no need to pass the `--submit` flag unless you are starting the
431
431
initial peer on the network.
432
432
433
433
:: :
0 commit comments