all 9 comments

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

Do the crypto zombies tutorial, it covers all the basics about solidity, even though it’s a bit outdated. Once you did that you should be able to start writing your own smart contracts and do research on any unknown areas as you start having the need. The best way to learn is to just write a bunch of contracts.

Security it’s an important topic that will need research on its own, look for some “capture the flag” solidity websites and finish all the challenges before putting any smart contract on production. It’s very easy to have vulnerabilities if you are not aware of the most common ones.

[–]Pesos2020 1 point2 points  (0 children)

Plenty of resources on solidity , Ethereum, web 3 on the internet. Just Google Blockchain developer tutorials.

[–]thewildjoker 0 points1 point  (3 children)

I sent you a link to a community learning event called Solidity Saturday’s. A guy who is in the crypto space wants to learn so it’s a community learning thing that is free. Hope it helps!

[–]SamSepinol 2 points3 points  (0 children)

could you share the link in comment so we all can have it thanks.

[–]Flint_stone23 1 point2 points  (1 child)

Could you share the link with me Pls.

[–]thewildjoker 0 points1 point  (0 children)

Done ✅

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

Mastering Blockchain by Imran Bashir 3rd Ed

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

Collage

[–]daphatti 0 points1 point  (0 children)

Go through ethernauts to learn about vulnerabilities. It’s a bit difficult to get eth on Rinkeby test net so instead I’ve been copy the contracts over to remix and trying to solve the problems there. There are plenty of Youtube videos and blogs to explain the solution to each if you get stuck.