Skip to content

A basic POC signing Verifiable Presentations using Cyptid

Notifications You must be signed in to change notification settings

identity-com/vp-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To build and test locally, first install the prerequisites and dependencies.

  1. Install NVM and Yarn 1.x
  2. Update node:
nvm install
  1. Install the dependencies
yarn

Frontend

Running a local developent server:

yarn workspace vp-poc serve

Lint checks:

yarn workspace vp-poc lint

Build:

yarn workspace vp-poc build

SIP Demo Backend

Build:

yarn workspace sip-backend build

Start:

cd sip-backend
node .

About

A basic POC signing Verifiable Presentations using Cyptid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published