This guide shows you how to test your Vidos resolver service using the built-in dashboard DID tester. You'll learn to verify DID resolution functionality, validate different DID methods, and troubleshoot common issues.
Before testing your resolver service, ensure you have:
By following this guide, you'll be able to:
The easiest way to test your resolver is using the built-in DID tester in the Vidos dashboard.
Navigate to Resolvers in your dashboard.
Click "View" next to your resolver instance.
Find the "Test" section on the instance details page.
Enter a DID to test (e.g., did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK
).
Click "Test" to see the resolution result.
Use the dashboard tester to verify your resolver supports different DID methods:
Test did:key (self-contained):
Test did:web (web-based):
Use the dashboard tester for more complex testing scenarios.
Use the dashboard to test error cases:
Invalid DID format:
Expected: Error message about invalid DID format
Unsupported DID method:
Expected: Error message about unsupported method
Non-existent DID:
Expected: Error message about DID not found
By following this dashboard-focused testing guide, you can ensure your Vidos resolver service is reliable, performant, and ready for production use in your verification workflows.