We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx hardhat
npx hardhat init
This PR replaces npx hardhat command with npx hardhat init.
For more information about new versions of Hardhat docs: https://hardhat.org/hardhat-runner/docs/getting-started#quick-start
最初由 @0xemrekaya 在 Consensys/doc.linea#439 发布
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This PR replaces
npx hardhat
command withnpx hardhat init
.npx hardhat
is deprecated. Insteadnpx hardhat init
is used.npx hardhat init
in your project folder.npx hardhat
is used for to first get a quick sense of what's available and what's going on.For more information about new versions of Hardhat docs: https://hardhat.org/hardhat-runner/docs/getting-started#quick-start
最初由 @0xemrekaya 在 Consensys/doc.linea#439 发布
The text was updated successfully, but these errors were encountered: