Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 897 Bytes

05-preview-vscode.md

File metadata and controls

23 lines (15 loc) · 897 Bytes

Preview

Program verification in Visual Studio Code

As you can see, this example from !ink v2.1.0 has been reused to demonstrate the analysis of a smart contract written with Rust
from the test editor of a Smart Contract developer.

Program verification with Visual Studio Code

We can see the testing panel opened on the left with tests ready made available
for leveraging the KLEE Symbolic Execution Engine.

The Terminal output contains KLEE output, resulting from those test execution from the SafePKT backend configured.

Table of contents