NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7k stars 1.36k forks source link

[hardhat-vyper] Consider giving option to use local vyper binaries instead of Docker image #1397

Open eightyfive opened 3 years ago

eightyfive commented 3 years ago

Hello,

I wonder if hardhat-vyper could (optionally) use the local vyper binaries.

That would make installing Docker Desktop optional.

Vyper is easily installable through pipx:

$ pipx install vyper
somair commented 3 years ago

I have the same request.