To run the example project, clone this repo, and open iOS Example.xcworkspace from the iOS Example directory.
Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.
If you are already using CocoaPods, just add 'SentinelWallet' to your Podfile
then run pod install
.
If you are already using Carthage, just add to your Cartfile
:
github "https://github.com/solarlabsteam/sentinel-wallet-sdk-ios" ~> 0.1
Then run carthage update
to build the framework and drag the built SentinelWallet
.framework into your Xcode project.
SOLAR Labs
SentinelWallet is available under the MIT license. See the LICENSE file for more information.