Multy-io / Multy-IOS

Mobile multy-blockchain wallet client.

Home Page:http://multy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multy-IOS

Multi cryptocurrency and assets open-source wallet

To conrtibute please check Build instruction

Multy

Build instruction

  1. Clone master branch of the Multy-iOS project
$git clone https://github.com/Appscrunch/Multy-IOS.git
  1. Install pods using Terminal
sudo gem install cocoapods

Than update it from project repository

ps. navigate to project Repository in Finder
print cd in the Terminal and than drag&drop project repository to the Terminal

pod update
  1. From version 1.4.2 there must be added a file "AppSecretInfo.swift" in folder Multy with correct keys
import Foundation

//exchange
let apiChangellyKey = "..."
let secretChangellyKey = "..."

let apiQuickexKey = "..."
let privateQuickexKey = "..."

  1. Please change Bundle Identifier and Team in Multy Project Settings
    If you want to join our team please contact to @vadimicus in Telegram

  2. Possible errors in frameworks:

a) Issue with CCommonCrypto framework: It should be changed from

module CCommonCrypto {
  header "/usr/include/CommonCrypto/CommonCrypto.h"
  export *
}

to

module CCommonCrypto {
  header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/CommonCrypto/CommonCrypto.h"
  export *
}
  1. Try to build the project on device(simulator not suported)

  2. If you have problem with "ButtonProgressBar" on building process
    You can use auto-fix
    Or add @objc in begin of bug line

About

Mobile multy-blockchain wallet client.

http://multy.io

License:Other


Languages

Language:Swift 93.2%Language:C 6.3%Language:Objective-C 0.4%Language:Ruby 0.1%Language:C++ 0.0%