Add this repo to your Packages.swift
dependencies: [
.package(name: "Trinsic", url: "https://github.com/trinsic-id/sdk-swift", branch: "main")
],
Import the services in your app
import Trinsic
let accountService = Services.Account().build()
let myProfile = try accountService.loginAnonymous("default")
let walletService = Services.Wallet()
.with(profile: myProfile)
.build()
let items = try walletService.search()
link |
Stars: 1 |
Last commit: Yesterday |
Full Changelog: https://github.com/trinsic-id/sdk-swift/compare/1.9.0...1.10.0
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics