evm-wallet-docker-e2e
Installation
SKILL.md
Run all commands from the repo root unless noted.
1. Verify Docker is running
docker info 2>&1 | head -5
If it fails, tell the user Docker is not running and ask them to start Docker Desktop (or the daemon), then wait for confirmation before continuing.
2. Build the repo and Docker images
yarn workspace @ocap/evm-wallet-experiment docker:build 2>&1 | tail -30
This builds the full monorepo then builds the Docker images. It may take a few minutes. Report any errors from the tail output.