0xWeb
Search
K
🧩

Usage

You would use the Hardhat as usual. Client classes will be generated for the compiled contracts automatically
npx hardhat compile

Additional parameters

  • --sources Override the default sources folder, or sources folder from hardhat.config.js
    npx hardhat compile --sources /other/folder/in/projects/root
  • --artifacts Override the default output folder
    npx hardhat compile --artifacts /foo/bar
  • --watch true Compile sources and automatically recompile on changes
    npx hardhat compile --watch true