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/bitcoinElectrum 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=Thanks for this, exactly what I needed.