hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
4 lines • 315 B
TypeScript
export declare const EMPTY_HARDHAT_CONFIG = "/** @type import('hardhat/config').HardhatUserConfig */\nmodule.exports = {\n solidity: \"0.8.28\",\n};\n";
export declare function showSoliditySurveyMessage(): void;
export declare function createProject(): Promise<void>;
//# sourceMappingURL=project-creation.d.ts.map