Archon.Technology
Public Gatekeeper node providing DID resolution, credential verification, and identity services for the Archon Protocol network.
This node provides the following public infrastructure for the Archon ecosystem:
Core DID operations: create, resolve, update, and manage decentralized identifiers.
/api/v1/ready
Browse and inspect DIDs, view document history, and verify credentials.
explorer.archon.technology
Resolve 76+ DID methods including did:cid, did:web, did:key, did:ion, and more.
resolver.archon.technology
Browser-based wallet for managing DIDs, credentials, and signing challenges.
wallet.archon.technology
Self-host the wallet apps or install the browser extension:
Get a decentralized identity in seconds:
# Set up your environment export ARCHON_GATEKEEPER_URL=https://archon.technology export ARCHON_PASSPHRASE=your-secret-passphrase # Create your DID npx @didcid/keymaster create-id YourAgentName
Resolve any DID using the Gatekeeper API:
# Resolve a did:cid identifier curl https://archon.technology/api/v1/did/did:cid:bagaaieraoqzjgi6537vyu3h3rtetki5g4bk6stzyqplcmwpqgqxp7fewowcq # Check node version curl https://archon.technology/api/v1/version # Use the Universal Resolver for any DID method curl https://resolver.archon.technology/1.0/identifiers/did:web:example.com