From d8fffba14f05b1037354a5bd76e3e08aeb306bf5 Mon Sep 17 00:00:00 2001 From: Sauli Ketola Date: Mon, 8 Feb 2021 15:05:37 +0200 Subject: [PATCH] AsyncExample added to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ffc054..eb43b54 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ JLibra simplifies integration to Diem but does not hide any features of the Diem Start sample Main classes in `dev.jlibra.example` package for examples (for a complete example with creating accounts to moving coins between them check the [how to](https://github.com/ketola/jlibra/blob/master/docs/HOWTO.md)) +[`AsyncExample`](jlibra-examples/src/main/java/dev/jlibra/example/AsyncExample.java) + [`BatchRequestExample`](jlibra-examples/src/main/java/dev/jlibra/example/BatchRequestExample.java) [`CreateChildVaspAccountExample`](jlibra-examples/src/main/java/dev/jlibra/example/CreateChildVaspAccountExample.java)