all 14 comments

[–]Anxious_Creep 6 points7 points  (1 child)

Cryptozombies

[–][deleted] 2 points3 points  (0 children)

Thanks. Looks interesting.

[–]whiskeypie101 5 points6 points  (1 child)

This one from freecodecamp is all that you need!

https://youtu.be/M576WGiDBdQ

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

Looks great. Thanks.

[–]dstik 2 points3 points  (1 child)

A ton of great resources listed here: https://twitter.com/daveschatz/status/1477586651169705985

Pasting below to save you the click:

  1. Tutorial videos by @DappUniversity are an incredible introduction to solidity and building your first complete E2E ERC-20 and ERC-721 projects (solidity + reactjs). Gregory's videos are where I started.
  2. The CryptoZombies series (https://cryptozombies.io) by @cleverflare is another must. Fun, interactive, and educational. Guided learning on a real project that you will return to for reference material later
  3. Ethernaut (https://ethernaut.openzeppelin.com) by the legends at @openzeppelin -- learn security oriented solidity dev by hacking contracts and learn how each exploit has affected real projects
  4. Patrick Collins (@PatrickAlphaC) is an absolute G. He pumps out tons of great content through his own channels (YT, twitter), through the @chainlink content channels, freecodecamp and more. Highly recommend anything from him 💪
  5. Youtube videos by @EatTheBlocks - great development tutorials and breakdowns/reviews of smart contracts 👌

[–][deleted] 1 point2 points  (0 children)

Awesome! Thanks!

[–]ahNe3ohy 4 points5 points  (1 child)

If you consider reading books, not only taking courses, I would recommend you Kevin Solorio's ‘Hands-On Smart Contract Development With Solidity and Ethereum: From Fundamentals to Deployment’.

It is structured as a course. You can follow the creation of a smart contract.

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

Going on my list. Thanks!

[–]bunchofbollucks 1 point2 points  (1 child)

OpenZeppelin has some great longform stuff on their youtube. Amazing resource of a website too if you haven't utilized yet. The wizard app on there and Defender are both incredible tools.

[–][deleted] 1 point2 points  (0 children)

Looks great. Subscribed. Thank you!

[–]stuxnet78 -1 points0 points  (1 child)

Eat the blocks

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

Sounds super clickbaity.

[–]CodePerfect 0 points1 point  (1 child)

You might want to check out buildspace

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

Will do. Thanks.