Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

v1.0.3

Choose a tag to compare

@PaperHS PaperHS released this 09 Dec 06:49
f4c7215
  • add some examples which write by pure java and config by mvn.
  • add GraphQL support

usage:

GraphQLClient gql = new  GraphQLClient("http://localhost:8210/api");
AccountState account = gql.getAccountState(address).getResponse().getState();

more queries can be found http://localhost:8210/developer/query

known issuse

you have to add a extra dependence like pom.xml