运行 CAPE 演示 UI 需要docker和docker-compose命令,Docker 容器用于运行 CAPE ,该容器在本地为 UI 提供服务并管理钱包功能。一、安装WSL(windows下的linux)要在Windows系统下运行docker需要安装WSL(方法很多,可以直接在命令行下安装) 如果不会安装请到这里学习👇 Manual installation steps for older versions of WSL Step by step instructions to manually install WSL on older versions of Windows, rather than using the wsl install command. docs.microsoft.com 安装方法1:请按照Windows以下步骤操作: 在windows下启动PowerShell 右键点击windows徽标弹出找到PowerShell,使用下面命令安装WSLwsl --install 安装方法2:请按照Windows以下步骤操作: Get $Ubuntu 2...