is javascript enough to start learning blockchain devellopment #438
-
hi, guys, i want to ask a question i learned javascript and i have understood the basics and intermediate javascript topics and now i want to know if i can jump to learn solidity and smart contract development or i need to learn more web2.0 things like frameworks like react or nodejs and if i need to learn more things what should i learn in?? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Majorly react bro ... because after building your smart contract you must provide an interface for your users to communicate with it. In my current company i am a blockchain dev but most times the major work is connecting the smart contract to UI .. not developing it.
|
Beta Was this translation helpful? Give feedback.
-
Bro for now there's no straightforward road map... you can check eattheblocks a youtube channel .. the road map there is ok . Myself I took 3 udemy courses to gain the little experience I have now .. you can dm me on twitter @cashless_jay ... |
Beta Was this translation helpful? Give feedback.
-
@ayoubbenmahiddine If you have basic knowledge of javascript, then you can now continue learning solidity and smart contract development. Just follow this course and after that build your projects, you will be able to do everything. And learning things when require is the most effective way of learning. For now, learn the solidity and smart contract development and when you start creating your own projects then learn react, and next, this way you will save a lot of time, and learning will be much more effective than just learning things and forgetting. |
Beta Was this translation helpful? Give feedback.
Majorly react bro ... because after building your smart contract you must provide an interface for your users to communicate with it.
In my current company i am a blockchain dev but most times the major work is connecting the smart contract to UI .. not developing it.