Skip to content

iotaledger/selv

Repository files navigation

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