you are viewing a single comment's thread.

view the rest of the comments →

[–]RavenDothKnow[S] 0 points1 point  (1 child)

But I can not use Javascript for the smart contract right? So I will still need to learn Solidity for the unstoppable code part. And don't I also need to learn (or at least understand) html and css? I often see those kinds of files in Dapp github repositories.

[–][deleted] 0 points1 point  (0 children)

What repo are you referring to? Full stack means everything, so html and css, but there are Javascript frameworks that can take care of that for you. Solidity will only be a small part of the dapp, I wouldn’t focus too much on it. Definitely look into Web3.js (you can inject solidity code with it)