How do I become a blockchain developer?

Hello, I have some experience in programming, but i’d like to know what programming language(s) would be best for a blockchain core developer.

2 Likes

The C family is still the dominant language.

1 Like

C and Python as I understood so far

1 Like

non-code one

1 Like

Really helpful, everything of every programming language is explained well.

if you know the basics now you must learn solidity

For litecoin we use many different programming languages and tech stacks. This includes:

  • C++ for Litecoin Core
  • go for ltcsuite
  • js for websites, bitcoinjs wallets, react native software
  • swift/kotlin/obj-c/java for our mobile apps
  • rust for rust-litecoin library

Basically there’s libraries in all sort of languages and tech stacks. If you’re an interested developer, reach out losh11 @ litecoin.net (all together).

1 Like

And I prefer PHP for server-side cases.
Basically you can choose the language you prefer and like most.

A nessesary topic is
“How to communicate with an API”