This repository was archived by the owner on Aug 12, 2021. It is now read-only.
v1.0.3
- 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