Skip to content

Indicio-tech/did-derive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Derive key material from did:key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published