Skip to content

openbank/openbank

Repository files navigation

About OpenBank

This project holds the primary documentation, and API definitions for the OpenBank project.

To be made public in Q2 2019.

Built with Brankas.

See DEPRECATION.md for any deprecation notice.

Generate Java Bindings

Java Bindings are not generated by default. To generate, install java compiler and grpc-java and adding following codes to .gunkconfig.

[generate java]
lite
out=.

[generate]
protoc=grpc-java
lite
out=.

The output directory will be set to ./to/bnk/api.