This repo is a collection of DID Derivation tools.
python -m venv env
source env/bin/activate
pip install -r requirements.txt
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>'
# 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.