0

What programming Language I need to learn if I want to create my own Crypto currency?

What programming Language use in Blockchain?

24th Oct 2021, 12:43 AM
Junnil Jay Estillore
Junnil Jay Estillore - avatar
3 Respuestas
24th Oct 2021, 2:05 AM
Simon Sauter
Simon Sauter - avatar
0
Python can work
24th Oct 2021, 6:00 AM
MATOVU CALEB
MATOVU CALEB - avatar
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.
20th May 2025, 1:57 PM
duny buffy
duny buffy - avatar