Multy-io / Multy-IOS

Mobile multy-blockchain wallet client.
http://multy.io
Other
25 stars 10 forks source link
bip32 bip39 bip44 bitcoin blockchain ethereum

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
  2. 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 = "..."

4. Please change  ```Bundle Identifier``` and ```Team``` in ```Multy Project Settings```<br />
   If you want to join our team please contact to ``` @vadimicus ```  in Telegram

5. 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 * }



6. Try to build the project on device(simulator not suported)

7. If you have problem with "ButtonProgressBar" on building process<br />
    You can use auto-fix<br />
    Or add ``` @objc ``` in begin of bug line