Skip to content

Commit

Permalink
AsyncExample added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ketola committed Feb 8, 2021
1 parent 0bc264d commit d8fffba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8fffba

Please sign in to comment.