I just switched pc, need some help #4166
-
Hello, as the title says, I just changed pc, and my environment is not set up any more...| The next project that I am going to do is the smart contract lottery Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
First set up your WSL Linux environment - https://learn.microsoft.com/en-us/windows/wsl/install VScode extensions - (enable all for wsl ubuntu/linux): That should get you started. |
Beta Was this translation helpful? Give feedback.
-
You can try a full stack, simple to follow app at https://github.com/StephenGrider/EthereumCasts Just install npm, git on your machine and run npm install |
Beta Was this translation helpful? Give feedback.
First set up your WSL Linux environment - https://learn.microsoft.com/en-us/windows/wsl/install
VScode extensions - (enable all for wsl ubuntu/linux):
solidity/hardhat plugin
prettier - code formatter
git
wsl
That should get you started.