Bitcoin Forum
May 11, 2024, 05:00:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mobile Wallet Android & IOS source codes  (Read 193 times)
tyzen (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile WWW
July 29, 2022, 09:48:28 PM
 #1

Hello there, i have been spending few days just to get open source mobile wallet on github, but still can find it..

Is there any idea ?
What i am looking for is, that the system are using RPC api, without electreum..
thank you  Wink
1715403644
Hero Member
*
Offline Offline

Posts: 1715403644

View Profile Personal Message (Offline)

Ignore
1715403644
Reply with quote  #2

1715403644
Report to moderator
1715403644
Hero Member
*
Offline Offline

Posts: 1715403644

View Profile Personal Message (Offline)

Ignore
1715403644
Reply with quote  #2

1715403644
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715403644
Hero Member
*
Offline Offline

Posts: 1715403644

View Profile Personal Message (Offline)

Ignore
1715403644
Reply with quote  #2

1715403644
Report to moderator
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2971


Block halving is coming.


View Profile WWW
July 29, 2022, 11:03:54 PM
 #2

Only two Android BTC wallets that I know but I'm not sure if they are using RPC API you can check this one below

- https://github.com/bitpay/wallet
It is Copay before since there are many fake copay wallets they remove the original open-source copay and push to this link for the open-source Bitpay wallet.

Another wallet is breadwallet check the link below
- https://github.com/breadwallet/breadwallet-android

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6131



View Profile
July 30, 2022, 12:40:17 PM
Last edit: July 30, 2022, 12:54:22 PM by OmegaStarScream
 #3

Could you elaborate? Are you looking wallet which also offer RPC/API or wallet which use existing RPC/API (but not Electrum protocol)?

I think he wants something that connects to the bitcoin core node directly/custom backend and doesn't use the Electrum server.

@OP I'm not sure if these wallets use what you're asking but here you go:

Trustwallet (part of it): https://github.com/trustwallet/wallet-core
Mycelium: https://github.com/mycelium-com
Trezor suite: https://github.com/trezor/trezor-suite

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Husires
Legendary
*
Offline Offline

Activity: 1596
Merit: 1286



View Profile WWW
July 30, 2022, 02:49:47 PM
 #4

Can we know exactly what you're trying to do? If I understood you correctly, I think Mycelium is the best choice and you can use Unstoppable - Bitcoin & Crypto Wallet

But if you want something that deals with RPC/APIs better, I suggest that you install BTCpayserver and then link any wallet.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
tyzen (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile WWW
July 30, 2022, 03:28:22 PM
 #5

Hello there, i have been spending few days just to get open source mobile wallet on github, but still can find it..

How about BlueWallet, https://github.com/bluewallet/bluewallet? Both Android and iOS version are up to date with decent amount of features.

What i am looking for is, that the system are using RPC api, without electreum..

Could you elaborate? Are you looking wallet which also offer RPC/API or wallet which use existing RPC/API (but not Electrum protocol)?

Yes, i am looking with rpc/api not electrum
dkbit98
Legendary
*
Offline Offline

Activity: 2226
Merit: 7147



View Profile WWW
July 30, 2022, 07:35:13 PM
 #6

Hello there, i have been spending few days just to get open source mobile wallet on github, but still can find it..
Electrum and Mycellium is available for Android but I am not sure about their iOS version, and Blue wallet is available for both.
Other wallet I found that is available as open source both for Android and iOS is called Unstoppable, and it is verified to be reproduced by Walletcrutiny.
https://github.com/horizontalsystems/unstoppable-wallet-android
https://github.com/horizontalsystems/unstoppable-wallet-ios

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!