
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
create-hardhat-foundry-app
Advanced tools
# 1. 登录 npm(首次)
npm login
# 2. 检查配置
npm whoami # 确认登录的账户
npm config list
# 3. 构建项目
npm run build
# 更新版本号(自动更新 package.json)
npm version patch # 1.0.0 -> 1.0.1 (bug 修复)
npm version minor # 1.0.0 -> 1.1.0 (新功能)
npm version major # 1.0.0 -> 2.0.0 (破坏性更改)
# 或手动编辑 package.json 中的 version
# 发布到 npm
npm publish
# 使用 npx (推荐)
npx create-hardhat-foundry-app test-hardhat-foundry-app
# 使用 npm
npm create hardhat-foundry-app test-hardhat-foundry-app
# 使用 yarn
yarn create hardhat-foundry-app test-hardhat-foundry-app
node evm-hardhat-cli/bin/cli.js test-hardhat-foundry-app --package-manager npm
cd test-hardhat-foundry-app
npm run compile # 编译合约
npm test # 运行测试
npm run deploy # 部署合约
FAQs
快速创建 Hardhat集成foundry 项目的 CLI 脚手架工具
The npm package create-hardhat-foundry-app receives a total of 0 weekly downloads. As such, create-hardhat-foundry-app popularity was classified as not popular.
We found that create-hardhat-foundry-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.