#
iOS SDK
#
Overview
With the kycDAO iOS SDK you can
- check whether a wallet address have been verified and has a valid token.
- go through the verification process from identification till kycNFT minting.
The SDK can be used by
- Wallets
- DApps
- Web2 Applications
Tip
You can build, use and view the iOS documentation (including the articles) in Xcode locally once you have the SDK added to your project.
#
Installation
Learn how to Install the SDK
#
Configuration
Set up the environment and Configure the SDK for your needs
Important
It is recommended that you bring your own nodes when using the SDK, you can check the Configure the SDK article to see how to set your own RPC URLs for your supported networks.
#
Source
The source code of the SDK is on GitHub.
#
Example
An example Xcode project for a DApp implementation is available on the iOS GitHub repository.
#
Integration
Learn the Wallet Integration or DApp Integration specific steps to use the SDK
Help your users getting verified by implementing the Onboarding flow
Deep dive into the SDK by visiting the API documentation