Trying to follow the steps in:
https://moralis.io/smart-contract-programming-tutorial-for-blockchain-developers/#SmartContractProgrammingTutorial
At different places it is talking about the following folders:
You can find the complete code behind our example dapp on GitHub. There youāll see the āwriteā (frontend) and ābackendā folders.
and below that:
With our code cloned, make sure you have the content of the āwriteā folder in your āfrontendā folder.
So do we need to have āwriteā , ābackendā and āfrontendā folders?
And is the cloned āwriteā folder inside our newly created āfrontendā folder?
Or do you use the āwriteā and āfrontendā folder interchangeably ?
Also, below that:
ā. Then, open that folder in VSC and install the required dependencies with this command:ā
Q: Open WHAT folder? (If we have both āwriteā and āfrontendā folders)
In the tutorial there are two topics covered but are rather āmixedā.
A clarification would be greatly appreciated