Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Wallet
by
cr1776
on 03/11/2017, 17:24:24 UTC
⭐ Merited by ETFbitcoin (1)
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
If you want to start your "Own wallet project" Just type in google how to create a QT wallet.

Right, I want to build a custom wallet project. Found some in google but mostly using python. If i cannot find anything else I will force myself to learn python.


Bitcoin Core is a wallet (much of which is) written in C++ (with external libraries etc) and if you know c# that will make it much easier to get up to speed - https://github.com/bitcoin/bitcoin

Electrum is a thin wallet - https://github.com/spesmilo/electrum - not written in a language in the C family though.

There are other options depending on exactly what you are attempting.

If you go to GitHub and search for "bitcoin wallet" you'll see a lot of source to peruse:

https://github.com/search?utf8=✓&q=bitcoin+wallet&type=