Skip to content

GincoInc/gew-client-sample-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gew-client-sample-java

Ginco Enterprise Wallet の API を Java から利用する場合のサンプル実装です。

Requirements

  • Java 8 or higher
  • Maven

Run sample

  1. gew-client-sample-java をクローン
    • git clone https://github.com/GincoInc/gew-client-java-sample
  2. gew-client-sample-java へ移動
    • cd path/to/gew-client-sample-java
  3. 実行
    • mvn exec:java -Dexec.mainClass="grpc.example.ExampleMain"

How to use gew-client-java

  1. gew-kmp をクローン
    • git clone https://github.com/GincoInc/gew-kmp
  2. gen/java/ 配下の adamant, gincoinc フォルダを所望のクラスパス配下へ配置
    • 例えば本sampleは src/main/java 配下へ配置している
  3. サンプル を参考にクライアントを生成、リクエストデータを構築してリクエストを行う

Ref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages