Advanced
Giuliano Giacaglia@giu
12/19/2022

What’s the best way to learn Solidity?

In reply to @giu
Takuya@takuya
12/19/2022

Cryptozombie is my favorite https://cryptozombies.io/ And Buildspace is next https://buildspace.so/

In reply to @giu
Garrett@garrett
12/19/2022

Haven’t tried it yet but I’ve heard good things about Alchemy University

In reply to @giu
Matthew@matthewdi
12/19/2022

I agree, cryptozombie is a first step. But why do you need to learn solidity? Maybe you need learn rust? It’s best to start with a particular job in mind

In reply to @giu
Salvino Armati@salvino
12/19/2022

if you already know how to program: https://youtube.com/playlist?list=PLO5VPQH6OWdVQwpQfw9rZ67O6Pjfo6q-p

In reply to @giu
Cliff Blank@blank
12/19/2022

Matrix cable to the back of the neck. It also works for material arts.

In reply to @giu
pushix@pushix
12/19/2022

Cryptozombies

In reply to @giu
yasek@yasek
12/19/2022

buildspace & read popular service's smart contract like Uniswap's dex contract, Azuki's ERC721 contract etc. and write smart contract code which you want to make

In reply to @giu
Adrienne 🌱@adrienne
12/19/2022

Patrick Collins YouTube course is 🔥🔥🔥. I took it and wrote about it https://medium.com/@adrienneshulman/what-to-know-before-starting-patricks-32-hour-full-stack-web3-developer-course-d14ff80195ff

In reply to @giu
Yash Karthik@yashkarthik
12/19/2022

cryptozombies, open zep's ethernaut challenges

In reply to @giu
Giuliano Giacaglia@giu
12/19/2022

@perl solidity lessons

In reply to @giu
Chris | themanbearpig.eth@manbearpig
12/19/2022

prolly crypto zombies but my ADD kicks in eventually

In reply to @giu
ashish@ashish
12/19/2022

nodeguardians.io launched recently and seems very interesting

In reply to @giu
Nathan Landman@nathan
12/19/2022

I did most of buildspace’s tutorials. They’re easy to follow, but it’s equally easy to type on the keyboard and not know what or why you’re typing lol

In reply to @giu
Reece@reece
12/19/2022

@perl learn solidity

In reply to @giu
Natt Nguyen@natt
12/19/2022

Alchemy University has an Ethereum Developer Bootcamp where you can learn Solidity -- https://university.alchemy.com

In reply to @giu
Marc Köhlbrugge@marc
12/19/2022

There's plenty of beginner tutorials out there. Pick whichever intrigues you. But once you got the basics down, I recommend coming up with a project you like to build and just get started on building (a simplified version of) that. I learned a lot building pay.game this way.

In reply to @giu
tim 🥝@timdaub
12/19/2022

build some libraries with foundry, best way I found

In reply to @giu
ADIL 🦂 💜@kazani
12/19/2022

Alchemy University

In reply to @giu
Joe Blau@joeblau
12/19/2022

To be honest, there isn’t that much there. Solidity is a very simple language with catastrophically fatal edge cases. Just write something and find people who know what they are doing to give you code reviews.

In reply to @giu
Mac Budkowski@macbudkowski
12/19/2022

Cryptozombies is great for basics, if you want to go one level deeper then try: https://learnweb3.io/ & https://eth.build/

In reply to @giu
andrewlb@alb
12/19/2022

@perl Solidity

In reply to @giu
andrewlb@alb
12/19/2022

Thanks for asking this. I’m digging into this as well atm, if you want to do some study group times!

In reply to @giu
Tayyab@tayyab
12/19/2022

@perl solidity

In reply to @giu
Alex@arz
12/19/2022

Hands down scaffold-eth made by @austingriffith Also cryptozombies

In reply to @giu
Eth2@eth2
12/19/2022

https://cryptozombies.io is kinda good for beginners