Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

If you don't have docker installed before your first run, hardhat-scilla-plugin will refuse to deploy the first contract in the contracts/ directory #65

Open rrw-zilliqa opened 3 months ago

rrw-zilliqa commented 3 months ago

... because you don't have docker installed, so the command to analyse the first contract will fail, producing invalid output that will then be cached. This will cause the plugin to create an invalid deployment request and you will get an INVALID_JSON error when trying to execute the request.