$ npx hardhat
888 888 888 888 888
888 888 888 888 888
888 888 888 888 888
8888888888 8888b. 888d888 .d88888 88888b. 8888b. 888888
888 888 "88b 888P" d88" 888 888 "88b "88b 888
888 888 .d888888 888 888 888 888 888 .d888888 888
888 888 888 888 888 Y88b 888 888 888 888 888 Y88b.
888 888 "Y888888 888 "Y88888 888 888 "Y888888 "Y888
👷 Welcome to Hardhat v2.19.2 👷
✔ What do you want to do? · Create a TypeScript project
✔ Hardhat project root: · /Users/izumikohei/Desktop/UdexContracts
✔ Do you want to add a .gitignore? (Y/n) · y
✔ Do you want to install this sample project's dependencies with npm (@nomicfoundation/hardhat-toolbox)? (Y/n) · y
npm install --save-dev @nomicfoundation/hardhat-toolbox@^4.0.0
added 257 packages, changed 2 packages, and audited 571 packages in 25s
93 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
✨ Project created ✨
See the README.md file for some example tasks you can run
Give Hardhat a star on Github if you're enjoying it! ⭐️✨
https://github.com/NomicFoundation/hardhat
DEPRECATION WARNING
Initializing a project with npx hardhat is deprecated and will be removed in the future.
Please use npx hardhat init instead.