Skip to content

Marcin199626/sdk-xyo-client-swift

 
 

Repository files navigation

logo

sdk-xyo-client-swift

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 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 89.3%
  • C 10.7%