Fork to provide additional tests on SMART Health Cards Framework
Перейти к файлу
Josh Mandel 61c91032e0 Switch to EC encryption 2020-11-13 10:21:45 -06:00
.github/workflows Setup dev hosting 2020-06-11 10:11:24 -05:00
dist/static Ensure dist/static exists 2020-04-19 19:22:55 -05:00
docs Merge branch 'dev' into master 2020-08-13 14:43:54 -05:00
src Switch to EC encryption 2020-11-13 10:21:45 -06:00
test Correct JWT payload formatting to fix #19 2020-08-06 10:51:10 -05:00
.dockerignore Dockerize 2020-04-19 10:06:17 -05:00
.gitignore UI linting 2020-04-20 09:19:32 -05:00
Dockerfile Remove sidetree repo from Dockerfile 2020-06-25 12:04:46 -05:00
README.md Update README.md 2020-07-15 11:27:02 -05:00
babel.config.js Add source->github link 2020-05-04 19:09:13 -05:00
k8s.yaml Always pull dev images on rollout 2020-06-18 13:02:53 -05:00
package-lock.json Switch to EC encryption 2020-11-13 10:21:45 -06:00
package.json Switch to EC encryption 2020-11-13 10:21:45 -06:00
testing-endpoints.md Add encryption key ID to issueVC; return errors rather than hanging 2020-08-03 16:10:29 -05:00
tsconfig.json Update linter config 2020-05-04 14:44:04 -05:00
tsconfig.ui.json Holder UI for non-automated interactions 2020-04-23 18:32:48 -05:00
tslint.json Update linter config 2020-05-04 14:44:04 -05:00

README.md

Using the hosted demo components

Mobile Wallet demo at https://c19.cards

  • Click "Connect to Lab and get tested" to retrieve a VC
  • Review details (URLs, DIDs, keys, etc) in Dev Tools
  • Menu > "Scan QR Code" to share your VC with a verifier (e.g., the Verifier demo below)

Verifier demo at https://c19.cards/venue

  • OpenID Request QR code is displayed automatically
  • Review details (URLs, DIDs, keys, etc) in Dev Tools
  • Scan the barcode from your Mobile Wallet to share your VC (e.g., the Mobile Wallet demo above)

Lab demo at https://c19.cards/api/fhir

Getting started in dev, with node and web pack watchers

git clone https://github.com/microsoft-healthcare-madison/did-siop-vc
cd did-siop-vc
git clone https://github.com/decentralized-identity/sidetree
npm install

export SERVER_BASE=http://localhost:8080/api
npm run dev-ui # Terminal 1
npm run dev    # Terminal 2

Build and run

npm run build-ui
npm run build

export SERVER_BASE=http://localhost:8080/api
npm run start

Testing endpoin