Quick Start
Get IDA running locally and perform your first DID and Verifiable Credential operations in under 10 minutes.
Prerequisites
1. Start the Platform
Clone the repository and start all services:
This starts the following services:
Verify the API is healthy:
2. Create Your First DID
Generate a new Decentralized Identifier on the ADI blockchain:
Response:
3. Resolve a DID
Look up any DID to retrieve its DID Document:
4. Issue Your First Verifiable Credential
4a. Create a credential schema
4b. Issue a credential
Response:
5. Verify a Credential
Response:
6. Create an AI Agent DID
Response includes the agent’s DID (did:adi:agent:7f3a...e2b1) and published Agent Card.
7. Stop the Platform
Next Steps
- Development Setup — set up a local dev environment without Docker
- did:adi Method Specification — full DID method spec
- AI Agent Identity Overview — agent identity deep dive
- API Reference — full API documentation