All Projects → Appscrunch → Multy-android

Appscrunch / Multy-android

Licence: other
Mobile multy-blockchain wallet client.

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Multy-android

ethereum-hdwallet
CLI and Node.js library for Ethereum HD Wallet derivations from mnemonic
Stars: ✭ 44 (+158.82%)
Mutual labels:  wallet, bip44, bip32
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (+47.06%)
Mutual labels:  wallet, bip44, bip32
python-hdwallet
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
Stars: ✭ 210 (+1135.29%)
Mutual labels:  wallet, bip44, bip32
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+105.88%)
Mutual labels:  wallet, bip44, bip32
ChainWallet
一个以研究技术为目地的基础项目,也只有最基本 Bitcoin、Ethereum 、EOS 相关的加密算法。
Stars: ✭ 26 (+52.94%)
Mutual labels:  bip44, bip32
bitcoincashj
A library for working with Bitcoin Cash
Stars: ✭ 38 (+123.53%)
Mutual labels:  bip44, bip32
go-bip44
A Golang implementation of the BIP44 for Hierarchical Deterministic (HD) addresses.
Stars: ✭ 23 (+35.29%)
Mutual labels:  bip44, bip32
ed25519-hd-key
🔐 Key Derivation for ed25519
Stars: ✭ 54 (+217.65%)
Mutual labels:  bip44, bip32
python-bip32
Minimalistic implementation of BIP32
Stars: ✭ 28 (+64.71%)
Mutual labels:  wallet, bip32
Multy-IOS
Mobile multy-blockchain wallet client.
Stars: ✭ 25 (+47.06%)
Mutual labels:  bip44, bip32
SimpleCoin
A simple cryptocurrency application for educational purposes only.
Stars: ✭ 13 (-23.53%)
Mutual labels:  wallet
hexa
Hexa Wallet. A simple bitcoin wallet made to be used with Friends and Family. Lightning. Gifts and more.
Stars: ✭ 85 (+400%)
Mutual labels:  wallet
shango-lightning-wallet
Shango Lightning Wallet
Stars: ✭ 65 (+282.35%)
Mutual labels:  wallet
bitcoin-transactions
Javascript implementation of the Bitcoin protocol for any Bitcoin based coins, on server and inside browsers, discover and move/manage your coins by yourself: Bitcoin transactions made simple for standard or multisig wallets, segwit and bech32 are supported, create and send by your own your Bitcoin, Bitcoin Cash, Zcash, Litecoin, DOGE, Dash, etc…
Stars: ✭ 97 (+470.59%)
Mutual labels:  wallet
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+1241.18%)
Mutual labels:  wallet
metapay-chrome
A Chrome extension wallet for Stellar that simplifies payment.
Stars: ✭ 21 (+23.53%)
Mutual labels:  wallet
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+7441.18%)
Mutual labels:  wallet
cardanocli-js
Wrapping the cardano-cli inside JavaScript
Stars: ✭ 173 (+917.65%)
Mutual labels:  wallet
wallet-eos
wallet-eos EOS钱包 助记词 私钥 转账
Stars: ✭ 28 (+64.71%)
Mutual labels:  wallet
solana-mobile-wallet
💳 Non-custodial cross-platform wallet for Solana
Stars: ✭ 64 (+276.47%)
Mutual labels:  wallet

Multy-android (moved to https://github.com/Multy-io/Multy-android)

Multi cryptocurrency and assets open-source wallet

To conrtibute please check **Build instruction

Multy

Build instraction

  1. Clone master branch of the Multy-android project
git clone https://github.com/Appscrunch/Multy-android.git
  1. Make shure you have CMake and NDK installed in Android Studio SDK Tools

  2. Clone master branch of the Multy-Core project

git clone https://github.com/Appscrunch/Multy-Core.git
  1. Checkout master branch of the Multy-Core project
git checkout master
  1. Update path in CMakeLists.txt file in Multy-Core project
add_library(core_jni
       SHARED
       "/../Multy-android/app/src/main/cpp/scratch.cpp"
    )
  1. Update build.gradle extarnalNativeBuild path
externalNativeBuild {
            cmake {
                path "/.../Multy-Core/CMakeLists.txt"
            }
        }
  1. In Android Studio make Gradle sync

  2. In Android Studio

Build -> Clean Project
Build -> Refresh Linked C++ Project
Build -> Make Project
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].