Install the Fordefi SDK

Mobile

The Fordefi Mobile SDKs support:

  • Android: v7.0 (API level 24) and later
  • iOS: v13 and later

We provide a React Native SDK, as well as native SDK for Android and iOS.

  • To install Fordefi's React Native SDK, run the following command:
    npm i @fordefi/wallet-sdk-react-native.
    If you intend to perform backup with a provider, you must also run:
    npm i @fordefi/backup-provider-react-native
  • To install Fordefi's native Android SDK, follow these instructions.
  • To install Fordefi's native iOS SDK, follow these instructions.

Web

To install Fordefi's WebSDK, follow these instructions.