A Docker image designed to work with Codespaces, letting you use the Dafny verification-aware programming language in a cloud-based IDE.
- On GitHub, click on the "Code" button, then codespaces, and create a new environment.
- Gitpod will download the Docker image and create an online IDE environment
- In the terminal shell, the
dafnycommand will be on yourPATH.
You can find a Dafny tutorial online here.