What programming language(s) should I learn to create a crypto currency alt coin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What programming language(s) should I learn to create a crypto currency alt coin?

I’m interested in creating an altcoin, and want to know what code languages i will need to learn.

23rd Sep 2018, 9:35 AM
Jill
Jill - avatar
3 Answers
+ 1
The cryptobloggers are not very precise with their definitions of altcoin, so it depends on what you take as your definition of altcoin. For example, alternative to Bitcoin can be narrow like Bitcoin Cash (which is just the same technology as Bitcoin but with basically one alteration) or it can be broad like Ether (substantially different underlying technology). In general, you can use any programming language to implement a distributed ledger, but the programming languages with the most predictable and stable behavior is preferred. Tokens are different and much easier to get started on. The Solidity documentation is fairly readable if that's the direction you wanted to go.
23rd Sep 2018, 10:27 AM
Janning⭐
Janning⭐ - avatar
+ 1
thank you! I will have to research those terms more since Im really new to this, thanks for helping me start my research 🙂
23rd Sep 2018, 10:50 AM
Jill
Jill - avatar
+ 1
Happy to help. 🙂
23rd Sep 2018, 11:03 AM
Janning⭐
Janning⭐ - avatar