Skip to content

kennylflim/sdk-xyo-client-android

 
 

Repository files navigation

logo

sdk-xyo-client-android

jitpack-badge codacy-badge codeclimate-badge snyk-badge

The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses. We continue to maintain this software in the interest of developer education. Usage of this source code is not intended for production.

Table of Contents

Description

Primary SDK for using the XYO Protocol 2.0 from Android.

Instructions

Adding to Project

See instructions on JitPack

Configure XYO Panel

var panel = XyoPanel(context, "test", listOf(NodeClient), listOf(XyoSystemInfoWitness()))

Generate BoundWitness report

var bw = panel.reportAsync().bw

Proguard Issues

There seems to be issues using proguard with the SDK, or more specifically, Moshi, where it will remove generated classes We strongly recommend that you use R8 over Proguard.

Maintainers

  • Arie Trouw

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XYO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%