安装#

App 商店#

The easiest way to install the Dash Wallet for iOS is from the App Store. While older versions of iOS are supported, you will need to be using iOS 10.0 or newer to use the latest version.

../../../../_images/app-store.png

在源代码的基础上编译#

这里提供了钱包的源代码。在源代码的基础上,用户需要采取如下步骤下载并编译钱包文件。

  1. Install Xcode from the App Store. The download is about 5GB, so this step may take some time.

  2. 打开Xcode,同意条款,然后再关闭应用。

  3. 打开终端应用,并输入以下命令:

    cd ~/Documents
    mkdir src
    cd src
    git clone https://github.com/QuantumExplorer/dashwallet.git
    
  4. 再次打开Xcode,并点击 文件 -> 打开

  5. 跳转至~/Documents/src/dashwallet/DashWallet.xcodeproj然后点击打开

  6. 点击产品 > 运行,以便在模拟器中构建并运行应用程序。

../../../../_images/xcode.png

在Xcode中完成编译后,在模拟器中运行的达世币iOS钱包#

用户还可以对代码进行修改,然后将应用程序下载到iOS设备上。如需了解细节信息,用户可以浏览Reddit的帖子