DEV Community

Discussion on: How I Contributed One Line of Code to Ethereum

Collapse
 
kshyun28 profile image
Jasper Gabriel

Hey Max, I'm glad that you found my article helpful!

If you need help or have any specific questions on the process of contributing to Ethereum (or other projects), feel free to hit me up.

As for Solidity, yes you're correct that the syntax is similar to JS. Although the actual compiler itself is written in C++, Solidity, and some Yul. github.com/ethereum/solidity

Good luck on your open-source journey and cheers!