From 3e0e560e1707210d64e246c95660c8aed005398a Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 23 Feb 2024 09:19:34 +0200 Subject: [PATCH] README: add links (#187) Signed-off-by: 6r1d --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f76bf6c1..89978c32 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ $ yarn add iroha-helpers ``` # Example -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. +In an `example` directory you can find [`index.ts`](./example/index.ts) and [`chain.ts`](./example/chain.ts) files. +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. ## Node.js 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.