File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ To see all the accounts on the network, run:
256
256
```
257
257
258
258
This will list the active accounts on the network, along with their assets.
259
- Like this:
259
+ It will look like this:
260
260
261
261
``` rust
262
262
Account {
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ The Iroha 2 JavaScript library consists of multiple packages:
20
20
| <code class =" whitespace-pre " >crypto-target-bundler</code > | Provides compiled crypto WASM to use with bundlers such as Webpack |
21
21
22
22
All of these are published under the ` @iroha2 ` scope into Iroha Nexus
23
- Registry. In the future, they will be published in the main NPM Registry. To
24
- install these packages, you first need to set up a registry:
23
+ Registry. In the future, they will be published in the main NPM Registry.
24
+ To install these packages, you first need to set up a registry:
25
25
26
26
``` ini
27
27
# FILE: .npmrc
@@ -39,8 +39,8 @@ pnpm add @iroha2/crypto-target-web
39
39
The set of packages that you need to install depends on your intention.
40
40
Maybe you only need to play with the Data Model to perform
41
41
(de-)serialisation, in which case the ` data-model ` package is enough. If
42
- you only need to check on a peer in terms of its status or health, you just need
43
- the client library, because this API doesn't require any interactions
42
+ you only need to check on a peer in terms of its status or health, you just
43
+ need the client library, because this API doesn't require any interactions
44
44
with crypto or Data Model.
45
45
46
46
For the purposes of this tutorial, it's better to install everything.
You can’t perform that action at this time.
0 commit comments