Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 649 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 649 Bytes

DID Derivation Tools

This repo is a collection of DID Derivation tools.

Setup

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Derive an Indy Nym/DID from a Seed

This derivation process follows the same rules ACA-Py follows when deriving a DID from a seed.

# Ensure environment is active (see setup)
python from_seed.py '<seed>'

Derive key from did:key

# Ensure environment is active
python derive.py 'did:key:....'

First value printed is the multikey. The second value is the decoded key in base58 representation.

The second value is the key to use in the configuration.