Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: jijojohn on November 25, 2017, 01:50:48 AM



Title: Wallet related help
Post by: jijojohn on November 25, 2017, 01:50:48 AM
Greetings guys,
    This is JJ. I have a question for you guys.. I am a programmer and want to create my own wallet for android. How can i create one ?. Any sdk's or any libs available ?.

Thanks...


Title: Re: Wallet related help
Post by: RGBKey on November 25, 2017, 02:19:12 AM
I would advise against trying to create your own wallet unless you have a very in-depth understanding of it yourself. It sounds like a very easy way to lose coins.


Title: Re: Wallet related help
Post by: HCP on November 25, 2017, 04:25:53 AM
Greetings guys,
    This is JJ. I have a question for you guys.. I am a programmer and want to create my own wallet for android. How can i create one ?. Any sdk's or any libs available ?.
You could take a look at something like the Bitcoinj library: https://bitcoinj.github.io/

An example of an Android wallet that uses BitcoinJ: https://github.com/thinkmobiles/BitcoinJ-Wallet-Sample-Android

NOTE: I have no idea if that wallet is even functional, it was just one result that google came back with from "BitcoinJ Android"