Skip to content

Why use WSL when developing smart contracts? #1465

Answered by cromewar
JamJamV asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @JamJamV

Well windows have some problems with:

  1. Managing libraries trough node.
  2. managing virtual envs with python.

Using wsl is just a way to have an isolated box on where you are going to install your development stuff and does not affect your windows installation, as is easier to solve problems on WSL rather to deal with the same ones on windows.

At the end is just a question of preference, if you want to develop using just windows is your choice but for example.

Web3 library needs something called Cytools so the difference between WSL and Windows are:

  1. In WSL you don't have to do anything else that install the library.
  2. In windows you will have to install Visual Studio (community…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cromewar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants