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: 4 days ago |
IDVSession
backend work (#2597) Co-authored-by: Scott Phillip by @mewmba in https://github.com/trinsic-id/sdk-swift/pull/145Full Changelog: https://github.com/trinsic-id/sdk-swift/compare/1.11.0...1.11.1
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics