Bjonesca30 / sdk-xyo-client-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

sdk-xyo-client-android

jitpack-badge bch-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", "https://api.archivist.xyo.network", 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


Languages

Language:Kotlin 100.0%