How can I begin Web3 coding?

2
0

What is the first step to begin a journey in web3 coding , I mean the first step for person who has a not enough knowledge in programming!


To post an answer, please !

2 answers

26 views

Check out the following resources: ​ https://cryptozombies.io/ - you start to programm a web3 game ​ https://www.youtube.com/watch?v=M576WGiDBdQ - a nice course ​ https://moralis.io/ - a nice web3 framework ​ https://web3.career/learn-web3 - a bunch of further sites. ​ Happy learning!

4
0

If you're entirely new to programming, you may want to start with a much more fundamental programming course. Python and Javascript are often ones that people have easy access to tutorials which teach you the basics:

  1. You'll need to learn about syntax (how to express what you want to the computer)
  2. Variables and data types.
  3. Branching (if then else) ​ Beyond that, you should look into learning how to build a web page and hosting it. These are all what people here consider web2 skills, however they're fundamental building blocks for web3 apps as well. ​ Aside from the web skills, you should look into learning Solidity which is a programming language used in writing many smart contracts. As @hopppiii mentioned, cryptozombies.io is a pretty good guide to start with. It'll make a lot more sense though if you've at least learned another common programming language before. ​ For a little more detail, I posted similar info here: https://curious.xyz/answers/1545
2
0

Not the answer you're looking for? Browse other questions tagged #Web3 #Crypto #Smart Contracts or ask your own question.