DEV Community

Discussion on: What courses do you recommend for blockchain development?

Collapse
 
divinedevops profile image
Devon Artis • Edited

Since Ethererum is the Gorilla in the room, I will say, learn Solidity if you are looking to writing Smart Contracts docs.soliditylang.org/en/v0.8.3/ I will then say Vyper - vyper.readthedocs.io/en/stable/... for Dapps you would like to know etherjs docs.ethers.io/v5/ and web3. I would say just know Javascript or some sort of front-end development for your Dapps. We have loads of information free to everyone ... To learn always go to source ethereum.org/en/developers/

Collapse
 
theowlsden profile image
Shaquil Maria

Thanks for sharing!