Skip to content

Commit 3e0e560

Browse files
authored
README: add links (#187)
Signed-off-by: 6r1d <[email protected]>
1 parent 72ab5b6 commit 3e0e560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ $ yarn add iroha-helpers
2525
```
2626

2727
# Example
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.
28+
In an `example` directory you can find [`index.ts`](./example/index.ts) and [`chain.ts`](./example/chain.ts) files.
29+
These files demonstrate main features of iroha-helpers. In the [`chain.ts`](./example/chain.ts) you can find how to build transaction with several commands and how to deal with batch.
2930

3031
## Node.js
3132
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.

0 commit comments

Comments
 (0)