Test Storage
Step 1: Enter Your Node Details
Enter your node's DID and URL to begin the storage test.
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...",
# ...
# }