Seraph ID demo.
This is the example implementation of Seraph ID.
Visit the Seraph ID official web page to learn more about self-sovereign identity!
ts-node bootstrap/bootstrap.ts
cd demo
yarn start
or
make run-script
make start-demo
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
- Seraph ID official page: http://seraphid.io
- Seraph ID SDK on GitHub
- Seraph ID smart contract templates and examples on GitHub
- Seraph ID chrome extension on GitHub
- Seraph ID DID resolver on GitHub
- Open-source MIT.