VSC Quickstart
This guide runs the VSC reference implementation locally.
1. Clone
Section titled “1. Clone”git clone https://github.com/DigiEmu/vsc-core.gitSet-Location .\vsc-core2. Install dependencies
Section titled “2. Install dependencies”npm ci3. Inspect the CLI
Section titled “3. Inspect the CLI”npm run vsc -- help4. Run the reproducible demo
Section titled “4. Run the reproducible demo”npm run vsc -- demo:runThe 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.
5. Generate the static showcase
Section titled “5. Generate the static showcase”npm run vsc -- showcaseThe generated showcase is static and requires no application server.
6. Verify all registered tokens
Section titled “6. Verify all registered tokens”npm run vsc -- verify-allContinue with VSC Architecture →.