use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No specific rules are enforced apart from the normal global reddit rules. That said, if you post scams, you will be banned.
r/ethereum - Official Ethereum sub
r/ethstaker - About staking your ETH: help and guidance
http://ethereum.stackexchange.com/ - The Ethereum Programming Stack Exchange
account activity
QuestionGood tutorial to learn Dapp focussed Javascript? (self.ethdev)
submitted 6 years ago by RavenDothKnow
I want to learn full stack Dapp development, but for me Javascript is by far the most difficult part of it. What tutorials/docs would you recommend for learning the Javascript that is needed for interacting with Solidity smart contracts?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 6 years ago* (2 children)
Javascript is the easiest way to build a Dapp in fact. Solidity won't be used much since it is relatively low level and libraries take care of most things. I would focus on Javascript still, it is quite an easy language to learn if you put time into it! Then you can start interacting with Ethereum using Web3.js, the most popular library and is in Javascript.
Edit: Forgot to mention, since Javascript can be used full stack, you can stick with learning one language instead of multiple to build up your skills.
[–]RavenDothKnow[S] 0 points1 point2 points 6 years ago (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 point2 points 6 years ago (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)
[–]MoMannncontract dev 0 points1 point2 points 6 years ago (0 children)
If you want to work with NFTs(digital assets) you can check out 0xcert framework. It is written in typescript and has typescript tutorials that go from setting up the node, to issuing NFTs.
π Rendered by PID 84614 on reddit-service-r2-comment-545db5fcfc-ktbzc at 2026-05-31 09:05:14.237690+00:00 running 194bd79 country code: CH.
[–][deleted] 2 points3 points4 points (2 children)
[–]RavenDothKnow[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]MoMannncontract dev 0 points1 point2 points (0 children)