You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ $ yarn add iroha-helpers
25
25
```
26
26
27
27
# Example
28
-
In a`example` directory you can find `index.ts` and `chain.ts` files. These files demonstrain main features of iroha-helpers. In the `chain.ts` you can find how to build transaction with several commands and how to deal with batch.
28
+
In an`example` directory you can find `index.ts` and `chain.ts` files. These files demonstrate main features of iroha-helpers. In the `chain.ts` you can find how to build transaction with several commands and how to deal with batch.
29
29
30
30
## Node.js
31
-
With node.js you should to create connection to iroha by using `QueryService` and `CommandService` from `endpoint_grpc_pb`. Also you should provide grpc credentials as a second argument.
31
+
With node.js you should create connection to iroha by using `QueryService` and `CommandService` from `endpoint_grpc_pb`. Also you should provide grpc credentials as a second argument.
32
32
33
33
**IROHA_ADDRESS** - Address of iroha grpc (usually ends on 50051) Ex. `http://localhost:50051`
34
34
@@ -46,7 +46,7 @@ const commandService = new CommandService(
46
46
```
47
47
48
48
## Browser
49
-
With browser you should to create connection to iroha by usinb`QueryService` and `CommandService` from `endpoint_pb_service`.
49
+
With browser you should create connection to iroha by using`QueryService` and `CommandService` from `endpoint_pb_service`.
50
50
51
51
**IROHA_ADDRESS** - Address of grpc-web-proxy (usually ends on 8081) Ex. `http://localhost:8081`
0 commit comments