区块链环境配置

📅 2026/8/15 15:27:27
区块链环境配置
一、下载Docker下载地址 Docker: Accelerated Container Application Developmenthttps://www.docker.com/二、环境配置1.创建本地以太坊区块链环境Ganache - Truffle Suite2.前端开发环境node.js下载Node.js — Run JavaScript Everywhere在powershell中可以运行脚本保证npm功能能在powershell中运行在powershell中输入命令输入Set-ExecutionPolicy RemoteSigned -Scope CurrentUser。这个命令会将当前用户的脚本执行策略设置为RemoteSigned表示本地创建的脚本可以运行从互联网下载的脚本在经过签名后也可以运行。