Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memtrip/eos-jvm
EOS libraries for the JVM, designed primarily for Android development.
https://github.com/memtrip/eos-jvm
android eos eos-jvm eosio kotlin
Last synced: 11 days ago
JSON representation
EOS libraries for the JVM, designed primarily for Android development.
- Host: GitHub
- URL: https://github.com/memtrip/eos-jvm
- Owner: memtrip
- License: apache-2.0
- Created: 2018-09-19T19:18:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:50:02.000Z (about 4 years ago)
- Last Synced: 2024-08-01T08:08:16.999Z (3 months ago)
- Topics: android, eos, eos-jvm, eosio, kotlin
- Language: Kotlin
- Homepage: http://www.memtrip.com
- Size: 406 KB
- Stars: 37
- Watchers: 9
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-eos - eos-jvm - General purpose library for the EOS blockchain, with a focus on building and pushing transactions. (Language Support / Java / Kotlin)
README
## eos-jvm
EOS libraries for the JVM, designed primarily for Android development. Our open source Android wallet app
[EOS REACH](https://github.com/memtrip/eosreach) serves as a blueprint for how other developers might want to utilise this SDK.[![Travis ci](https://travis-ci.com/memtrip/eos-jvm.svg?branch=master)](https://travis-ci.com/memtrip/eos-jvm)
### [eos-chain-actions](https://github.com/memtrip/eos-jvm/tree/master/eos-chain-actions)
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.### [eos-core](https://github.com/memtrip/eos-jvm/tree/master/eos-core)
An EOS client library containing the core building blocks required to interact with the EOS network.### [eos-http-rpc](https://github.com/memtrip/eos-jvm/tree/master/eos-http-rpc)
An EOS client library that uses an OkHttpClient to make requests to the nodeos RPC HTTP API.### [eos-abi-writer](https://github.com/memtrip/eos-jvm/tree/master/eos-abi-writer)
A local replacement of `abi_json_to_bin`, annotation processing is used to generate reliable Abi byte writing boilerplate code.### Credits
- [Join us on telegram](http://t.me/joinchat/JcIXl0x7wC9cRI5uF_EiQA)
- [Developed by memtrip.com](http://memtrip.com)
- Thank you to [swapnibble](https://github.com/swapnibble) for [EosCommander](https://github.com/playerone-id/EosCommander), an invaluable resource for anyone experimenting with EOS.