All Projects → Multy-io → Multy-IOS

Multy-io / Multy-IOS

Licence: other
Mobile multy-blockchain wallet client.

Programming Languages

swift
15916 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Multy-IOS

bitcoincashj
A library for working with Bitcoin Cash
Stars: ✭ 38 (+52%)
Mutual labels:  bip44, bip39, bip32
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+40%)
Mutual labels:  bip44, bip39, bip32
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (+0%)
Mutual labels:  bip44, bip39, bip32
ChainWallet
一个以研究技术为目地的基础项目,也只有最基本 Bitcoin、Ethereum 、EOS 相关的加密算法。
Stars: ✭ 26 (+4%)
Mutual labels:  bip44, bip39, bip32
ethereum-hdwallet
CLI and Node.js library for Ethereum HD Wallet derivations from mnemonic
Stars: ✭ 44 (+76%)
Mutual labels:  bip44, bip39, bip32
go-bip44
A Golang implementation of the BIP44 for Hierarchical Deterministic (HD) addresses.
Stars: ✭ 23 (-8%)
Mutual labels:  bip44, bip32
btclib
btclib: a python3 library for 'bitcoin cryptography'
Stars: ✭ 60 (+140%)
Mutual labels:  bip39, bip32
python-hdwallet
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
Stars: ✭ 210 (+740%)
Mutual labels:  bip44, bip32
ed25519-hd-key
🔐 Key Derivation for ed25519
Stars: ✭ 54 (+116%)
Mutual labels:  bip44, bip32
Multy-Core
Cross-platform mobile-first library for HD wallets and creating raw transactions of Bitcoin and Ethereum.
Stars: ✭ 23 (-8%)
Mutual labels:  bip44, bip39
btc-address-generator
Bitcoin address generator (bech32, segwit, paper wallets, BIP39 seed, etc.)
Stars: ✭ 80 (+220%)
Mutual labels:  bip39, bip32
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-32%)
Mutual labels:  bip44, bip32
BIP39
Java Microlibrary implementation of BIP0039
Stars: ✭ 88 (+252%)
Mutual labels:  bip39
Seedshift
Plausibly deniable steganographic encryption of BIP-39 mnemonic seed words with a date shift cipher
Stars: ✭ 21 (-16%)
Mutual labels:  bip39
vite-app-ios
Vite Official App for iOS
Stars: ✭ 40 (+60%)
Mutual labels:  bip44
Bitcoinj
A library for working with Bitcoin
Stars: ✭ 4,162 (+16548%)
Mutual labels:  bip32
iota-mnemonic
Generate, restore IOTA seed from Bitcoin BIP39 mnemonic
Stars: ✭ 16 (-36%)
Mutual labels:  bip39
create-xpub
Create a BIP32 extended public key
Stars: ✭ 20 (-20%)
Mutual labels:  bip32
python-bip32
Minimalistic implementation of BIP32
Stars: ✭ 28 (+12%)
Mutual labels:  bip32
hdwallet
HD wallet BIP-32 related key derivation utilities.
Stars: ✭ 20 (-20%)
Mutual labels:  bip32

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].