Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.48 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.48 KB

eos-jvm

EOS libraries for the JVM, designed primarily for Android development. Our open source Android wallet app EOS REACH serves as a blueprint for how other developers might want to utilise this SDK.

Travis ci

An EOS SDK for pushing actions to the EOS system contracts. This high level abstraction composes the other eos-jvm modules to seamlessly handle transaction signing, byte writing and api requests.

An EOS client library containing the core building blocks required to interact with the EOS network.

An EOS client library that uses an OkHttpClient to make requests to the nodeos RPC HTTP API.

A local replacement of abi_json_to_bin, annotation processing is used to generate reliable Abi byte writing boilerplate code.

Credits