Swiftpack.co - bitmark-inc/libauk-swift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by bitmark-inc.
bitmark-inc/libauk-swift v0.1
Autonomy KMS written in Swift.
⭐️ 0
🕓 2 years ago
iOS
.package(url: "https://github.com/bitmark-inc/libauk-swift.git", from: "v0.1")

Autonomy Account Vault

Design

LibAuk holds the function to set up keychain group and can be used as the static provider of the module. SecureStorage contains functions to create the key and save it into keychain, get eth and tezos addresses, sign transactions, and export seed as UR format. This can be accessed by calling LibAuk.shared.storage

Installation

AutonomyAccountVault is compatible with Swift Package Manager v5 (Swift 5 and above). Simply add it to the dependencies in your Package.swift.

dependencies: [ .package(url: "https://github.com/bitmark-inc/libauk-swift.git", from: "1.0.0") ]

Init LibAuk with your keychain group and init encryption before using the LibAuk.shared.storage:

LibAuk.create(keychainGroup: "your_key_chain_group")
LibAuk.shared.initEncryption()

License

Bitmark Inc.

GitHub

link
Stars: 0
Last commit: 11 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.1.0
2 years ago

Fisrt release

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics