Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.13 KB

Selv - Digital Identity Demonstrator

Profile

Architecture

Development

Requirements

  • docker
  • IOTA Sandbox

Setup

Add following domains to your host files:

  • selv.local
  • bank.selv.local
  • government.selv.local
  • insurance.selv.local

Copy .env.template to .env

Tooling

  1. create stronghold
  2. copy to data
  3. copy stronghold pw, keyIds and fragments in docker-compose

API

Find an API description in tooling/API, use httpyac to explore.

Run

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build

https://stackoverflow.com/a/73376302