# Installation

# Download

Node Package Manager:

npm install kycdao-mobile

# Import the SDK

# Namespace import

import * as KycDao from 'kycdao-mobile';

# Named import

import {
  WalletConnectManager, 
  WalletConnectSession, 
  VerificationManager, 
  IdentityFlowResult, 
  VerificationStatus, 
  PersonalData, 
  VerificationType, 
  NetworkConfig,
  WCSessionError,
  Configuration,
  KycDaoEnvironment,
  BaseWalletSession,
  MintingTransactionResult
} from 'kycdao-mobile';