The Demo App is reference implementation of the OstWalletSdk. This App is meant to be a technical reference- please refer to dev.ost.com for full SDK references and workflows.
Run below command to pull all dependencies in Podfile
:
pod install
OstWalletSdk is released under Carthage. So, OstWalletSdk and dependencies may be pulled by:
carthage update --platform ios
- Assign appropriate value for
OST_PLATFORM_API_ENDPOINT
present in info.plist. - Assign appropriate value for
MAPPY_APP_SERVER_URL
present in info.plist. - Please refer to Application Server API specifications and set up a server to serve responses in the specified format to run the application.