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
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()
Bitmark Inc.