Example Implementation of verification of VCDM compliant credentials with the Dock API
NOTE: Only credentials created via the API will be successfully verified
Setup
Install Node and Yarn for the frontend. Run yarn
command to setup packages.
Copy env.example
to .env
and set the API_KEY
and API_URL
values.
Running the frontend in development mode:
yarn dev
Running the frontend in production mode:
yarn build
yarn start
GH Pages
- Run
yarn deploy
to deploy to GitHub pages