0
What programming Language I need to learn if I want to create my own Crypto currency?
What programming Language use in Blockchain?
3 Respuestas
0
Python can work
0
The language you choose really depends on whether you're building a token, smart contracts, or an entire blockchain. For Ethereum and EVM chains, Solidity is a must. If you're aiming for something like Solana or Polkadot, Rust is dominant. Building your own full node or chain from scratch? Then you'll probably work with Go, C++, or even Python for prototyping.
There is a useful breakdown of languages, stacks and blockchain examples here: https://learn.binany.com/ - it helped me understand where exactly to start and for what purposes.