🧩
Usage
You would use the Hardhat as usual. Client classes will be generated for the compiled contracts automatically
npx hardhat compile
--sources
Override the default sources folder, or sources folder fromhardhat.config.js
npx hardhat compile --sources /other/folder/in/projects/root--artifacts
Override the default output foldernpx hardhat compile --artifacts /foo/bar--watch true
Compile sources and automatically recompile on changesnpx hardhat compile --watch true
Last modified 10mo ago