Mercuryo-SDK 1.0.6

Mercuryo-SDK 1.0.6

Maintained by Kirill Kostenok.



  • By
  • MoneySwap OU

Mercuryo iOS SDK

Mercuryo is a Multicurrency Crypto Wallet allowing users to buy, sell, store and pay with cryptocurrency whenever they want. Besides client-facing web and mobile apps or widgets Mercuryo provides the platform for developers to create their own services on top of our API. This SDK is created to ease the process of integration of top-notch crypto experince to your mobile applications.

SDK is written on Koltin Multiplatform with goal to provide same shared code to both iOS and Android libraries. Despite not being a ubiquitous approach this allows us to enable all features on all platforms simultaneously. From iOS or Android developer’s standpoint integration looks similar to how you usually do it: add pod from CocoaPods for iOS or dependency in Gradle followed by calling methods as described below.

Requirements

  • iOS 13.0+

Installation

###CocoaPods Add the Mercuryo-SDK pod into your Podfile and run pod install.

    target :YourTargetName do
      pod 'Mercuryo-SDK'
    end

Manual Installation

  1. Download archive and extract the zip.
  2. Drag MercuryoSDK.xcframework into your project.

3. Select "Copy items if needed" and click Finish.

4. Don’t forget to change Embed property for MercuryoSDK.xcframework on “Embed & Sign”. This can be found in the “Frameworks, Libraries, and Embedded Content” section of your target’s “General” tab.

Usage

Quickstart

  • 🔓 Authentication EN | RU
  • 🗄 Wallets EN | RU
  • 💰 Operations (buy/sell/withdraw crypto) EN | RU
  • 💳 Cards EN | RU

Reference

SDK models EN | RU