Skip to content

neo-ngd/seraph-id-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seraph ID demo.

Overview

This is the example implementation of Seraph ID.

Visit the Seraph ID official web page to learn more about self-sovereign identity!

How to run this demo

ts-node bootstrap/bootstrap.ts
cd demo 
yarn start

or

make run-script 
make start-demo 

Contributing

Setup

This repository is a typescript and react repository using Yarn. Please ensure the following is installed:

  • Yarn (v 1.16.0 or higher)
  • Node (latest LTS)
git clone https://github.com/swisscom-blockchain/seraph-id-demo.git
cd seraph-id-demo
yarn
yarn build

References

License

  • Open-source MIT.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • Makefile 4.1%