https://github.com/Zero-Data-Labs/vault-showcase
https://github.com/Zero-Data-Labs/vault-showcase
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Zero-Data-Labs/vault-showcase
- Owner: verida
- Created: 2020-05-06T10:53:46.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-28T09:07:27.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:42:33.179Z (over 1 year ago)
- Language: Vue
- Size: 16.6 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault-Examples
This demo showcases how you can perform the following actions:
- Send Data
- Send Message
- Request Data
The following schemas are used by the 'Send Data' and 'Request Data' actions:
- [COVID19 (PCR) Test](https://common.schemas.verida.io/health/pathology/tests/covid19/pcr/v0.1.0/schema.json)
- [Contact](https://common.schemas.verida.io/social/contact/v0.1.0/schema.json)
- [Coupon](https://common.schemas.verida.io/shopping/coupon/v0.1.0/schema.json)
## Project setup
## Install
```
yarn install
```
or
```
npm install
```
## Build
```
yarn build
```
or
```
npm run build
```
## Run
```
yarn serve
```
or
```
npm run serve
```
## Deployment
Deployment to https://vault-examples.demos.verida.io/ happens automatically on merge to `main`. See https://us-east-2.console.aws.amazon.com/amplify/home?region=us-east-2#/
Releases are automically tagged and built on pushes to `main` using a github action. Version numbers used for the tags generated automatically by increasing the patch number by one.