logo

sdk-xyo-client-swift

bch-badge codacy-badge codeclimate-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 Swift. Designed to work in both Mac OS and iOS.

Instructions

Add Package

dependencies: [
.package(url: "https://github.com/XYOracleNetwork/sdk-xyo-client-swift.git", .upToNextMajor(from: "2.0.3")),
],

Configure Api

let panel = XyoPanel(archive: 'test', apiDomain: "https://api.archivist.xyo.network", witnesses: [XyoSystemInfoWitness()])

Generate BoundWitness report

panel.report(nil, nil)

Maintainers

  • Arie Trouw

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XYO

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Tue Mar 19 2024 07:16:46 GMT-0900 (Hawaii-Aleutian Daylight Time)