WSP Onboarding Process
Step 1: Register Your DID
Enter your pre-authorized DID to begin setup. Don't have authorization? Request access here.
Need Help?
What is a DID?
A DID (Decentralized Identifier) is your unique, cryptographic identity on the network that you control without relying on centralized authorities.
How do I get my piri nodes DID?
You should have already generated your DID and secret key using the 'piri id gen' command when setting up your node. You were instructed to save this output to a file. The DID is in that file and should be entered here.
# If you saved to a PEM file:
piri id parse service.pem
# If you saved to a JSON file, find the "did" field in the JSON
# Example output:
# {
# "did": "did:key:z6Mkj...",
# ...
# }