Skip to content

Commit

Permalink
README: add links (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: 6r1d <vic.6r1d@gmail.com>
  • Loading branch information
6r1d committed Feb 23, 2024
1 parent 72ab5b6 commit 3e0e560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e0e560

Please sign in to comment.