Blockchain Developer

Hello

I am a new programer and i have a lot of interesting about blockchain.

I want to learn the basic of blockchain development, mainly how the transaction of bitcoin works, where can i start?

There is some specific language that i need to know before?

thank u all

2 Likes

You should start in my opinion with the Bitcoin whitepaper: https://bitcoin.org/bitcoin.pdf

If you want to see the standard reference implementation, see the code here: https://github.com/bitcoin/bitcoin

The whitepaper linked first explains the process in a fairly high level way, which has of course can and has been modified for other uses.

Edit: I think I should clarify that reading the whitepaper first is very important. It describes the purpose and how it works very well.

I went through free code camp to learn how to code so I could get involved in and understand blockchain better. I think this course provides a great overview of Ethereum, it is free to audit on coursera: https://www.coursera.org/learn/blockchain-foundations-and-use-cases

If you have any specific questions about Ethereum development or where to learn more, please DM me!