Skip to content

Proof of concept demo that showcases the verida messaging capabilities for sending , requesting and messaging data between users on the verida network .

Notifications You must be signed in to change notification settings

cmcWebCode40/vault-showcase

 
 

Repository files navigation

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:

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.

About

Proof of concept demo that showcases the verida messaging capabilities for sending , requesting and messaging data between users on the verida network .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.3%
  • TypeScript 32.5%
  • SCSS 15.4%
  • JavaScript 2.4%
  • Shell 1.3%
  • HTML 1.1%