Skip to content

VSC Quickstart

This guide runs the VSC reference implementation locally.

Terminal window
git clone https://github.com/DigiEmu/vsc-core.git
Set-Location .\vsc-core
Terminal window
npm ci
Terminal window
npm run vsc -- help
Terminal window
npm run vsc -- demo:run

The demo creates a base state, ordered deltas, a chain, reconstructs the latest state and verifies the result.

A successful run ends with a PASS result.

Terminal window
npm run vsc -- showcase

The generated showcase is static and requires no application server.

Terminal window
npm run vsc -- verify-all

Continue with VSC Architecture →.