Skip to content

gs1/GS1DigitalLicenses

Repository files navigation

GS1DigitalLicenses

This github repo contains the document development for the simplified GS1 VC Data Model.

View the document here.

Viewing in web server

Its best to view this in a webserver since content is dynamic. I use

python -m http.server 8000

Generation

I used this to build this document

Install respec for npm

npm install -g respec

Generate output html

respec index.html -o output.html

Render

open output.html

Generate JWTs

To generate the JWT data, first ensure the templates in the jsons directory are valid and accurate. Then execute this sequence. Don't forget to check them in.

cd tools
npm install
node issue_go.mjs
node issue_mo.mjs
node issue_mc.mjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published