What is your smart contract development environment setup?

Hi @abcoathup,

yes i do have nvm,
I usually go with ganache-cli -d command line, so the addresses stay the same everytime i restart the server. I have problem with Ganache GUI too

2 Likes

Have you tried using your Windows IP address instead of localhost or 127.0.0.1 ? I thought they recently fixed this on wsl2, where localhost network requests would cross from windows to wsl2, but could be wrong. Do an ipconfig /all, find your windows IP, and use that to try to connect to it.

1 Like

Hi @pantsme,

I have been using WSL2 with Ubuntu 18.04 for a few months now.

What I haven’t been able to get working is WSL2 to talk to Ganache GUI running on Windows and Docker. Not that I have spent much time digging into these.

Just have to point your network config to the IP address of Windows. That’s how WSL2 can talk to Windows directly. Don’t have a Windows machine anymore sadly so I cannot test to make sure. Might need to do some firewall work as well :\

1 Like

Hi @pantsme,

Thanks :pray:
I need to do some digging into my firewall settings when I get a chance.

adding tenderly to this list.
the product is awesome.
for on chain debugging / profiling.
As well as local setup debugging and profiling.

1 Like