├── LICENSE ├── README.md └── credentials ├── alumni.jsonld ├── knows.jsonld └── person.jsonld /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalbazaar/vc-demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalbazaar/vc-demo/HEAD/README.md -------------------------------------------------------------------------------- /credentials/alumni.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalbazaar/vc-demo/HEAD/credentials/alumni.jsonld -------------------------------------------------------------------------------- /credentials/knows.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalbazaar/vc-demo/HEAD/credentials/knows.jsonld -------------------------------------------------------------------------------- /credentials/person.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalbazaar/vc-demo/HEAD/credentials/person.jsonld --------------------------------------------------------------------------------