Hi Jasper, thank you for the guide! Wouldn't expect someone writing about this stuff, but I really needed it.
Found a similar bug in Ethereum.org and wanted to report an issue, but got overwhelmed in the process, since I didn't even have a Github, let alone understood what are pull requests etc :)
Btw, I might be mistaken, but to my knowledge Solidity is based on JS rather than C++, so you should be able to understand it well if. Maybe look into it again!
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!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi Jasper, thank you for the guide! Wouldn't expect someone writing about this stuff, but I really needed it.
Found a similar bug in Ethereum.org and wanted to report an issue, but got overwhelmed in the process, since I didn't even have a Github, let alone understood what are pull requests etc :)
Btw, I might be mistaken, but to my knowledge Solidity is based on JS rather than C++, so you should be able to understand it well if. Maybe look into it again!
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!