sdk-xyo-client-swift
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