wolf4ood / IdentityHub

IdentityHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identity Hub

This repository contains an implementation for a Decentralized Web Node such as defined by the Decentralized Identity Fundation.

See also the main project page on Github.

Quick start

A basic launcher configured with in-memory stores (i.e. no persistent storage) is provider here. You can run it as a Docker container by following the steps below.

Build the .jar

./gradlew :launcher:shadowJar

Create the Docker image

docker build -t identity-hub ./launcher

Start the Identity Hub

docker run -d --rm --name identity-hub -p 8188:8188 identity-hub

Documentation

Developer documentation can be found under docs/developer, where the main concepts and decisions are captured as decision records.

Contributing

See how to contribute for details.

About

IdentityHub

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Dockerfile 0.1%