# Vlayer一键脚本部署图文教程 **Published by:** [K2 节点教程分享 @BtcK241918](https://paragraph.com/@k2-btck241918/) **Published on:** 2025-04-15 **URL:** https://paragraph.com/@k2-btck241918/vlayer ## Content 博主推特:https://twitter.com/BtcK241918 在搭建节点之前,首先需要购买VPS来运行节点。节点需要保持24小时不间断运行。我选择了Contabo的主机,价格相对较为经济实惠。您可以通过使用我的推荐链接来购买: https://mirror.xyz/0x6e5f54B4c182baFDA14426235F24B80e638E109a/hFykOLsdNwNCve1uI6RRWoqvcZKjwrHg6riGKZPfogk 🚀 Vlayer 完成 1000 万美元融资由 Polychain Capital 领投,Hack VC、dao5、Figment Capital、OKX Ventures 等参投! 🔬 Vlayer 是一套模块化零知识证明基础设施,目标是降低 ZK 系统的计算和开发门槛: 💡 核心亮点:✨ ZK DSL:简洁高效的零知识语言⚙️ Coprocessor:模块化证明执行器🌐 去中心化 Prover 网络:任务可验证分发🧩 与以太坊等主流生态无缝集成 🧪测试网现已开放,支持开发者用一行命令部署、参与 ZK Prove: 需要将系统升级到ubuntu24.04,新买服务器的直接选装24.04就可以这里发个升级24.04的命令echo "更新系统包..." sudo apt update -y && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt full-upgrade -y sudo apt autoremove -y sudo apt clean -y # 安装升级工具 echo "安装升级工具..." sudo apt install update-manager-core -y # 修改升级设置 echo "配置升级设置..." sudo sed -i 's/Prompt=never/Prompt=normal/' /etc/update-manager/release-upgrades # 开始升级 echo "开始系统升级到 Ubuntu 24.04..." sudo do-release-upgrade -d 中间有需要输入的地方,输入Y即可弹出框选第一个,按回车就可以vlayer dashboardControl your vlayer API keys and monitor usage.https://dashboard.vlayer.xyz需要用到网站JWT钱包中需要op测试网的测试ETH(当然也可以用别的测试网测试,现在官方的模板中使用的OP的测试网) 使用一键脚本命令wget -O vlayer.sh "https://raw.githubusercontent.com/ttkklei001/vlayer/refs/heads/main/vlayer.sh" && \ sed -i 's/\r$//' vlayer.sh && \ chmod +x vlayer.sh && \ ./vlayer.sh 选择菜单1 安装环境中间会要求你输入你的JWT和EVM钱包的私钥 查看日志,这个界面就是部署成功了回到刚才注册的网站 如图可以查询到你的部署记录,我的脚本设定的是十分钟自动发送一笔交易 ## Publication Information - [K2 节点教程分享 @BtcK241918](https://paragraph.com/@k2-btck241918/): Publication homepage - [All Posts](https://paragraph.com/@k2-btck241918/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@k2-btck241918): Subscribe to updates - [Twitter](https://twitter.com/BtcK241918): Follow on Twitter