Go to file
2019-04-23 23:10:32 +08:00
gradle/wrapper Add dependencies 2018-09-11 22:19:08 +08:00
src Update tests 2019-04-23 23:10:32 +08:00
.gitignore Fix .gitignore 2018-11-27 19:49:39 +08:00
.gitmodules Update submodule 2018-10-11 16:26:59 +08:00
build.gradle Upgrade dependencies 2019-04-15 09:31:36 +08:00
gradlew Initial commit 2018-09-11 16:06:10 +08:00
gradlew.bat Initial commit 2018-09-11 16:06:10 +08:00
README.md Update client tests 2018-11-28 21:43:14 +08:00
settings.gradle Initial commit 2018-09-11 16:06:10 +08:00

Dependencies:

  • io.grpc:grpc-netty-shaded
  • io.grpc:grpc-protobuf
  • io.grpc:grpc-stub

Testing

  1. Download mock servers for Transaction Ledger & Accounting Chain
  2. Run mock servers with --port={{port}}
  3. Run gradle test