Archon.Technology
Public Gatekeeper node providing DID resolution, credential verification, and identity services for the Archon Protocol network.
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
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:
Static React app. Host it yourself or run locally.
v0.5.0 ยท IPFS
Browser extension for Chrome/Brave. Load unpacked in developer mode.
v0.5.0 ยท IPFS
Browser extension for Firefox. Load as temporary add-on in about:debugging.
v0.5.0 ยท IPFS
Native Android wallet. Enable "Install from unknown sources" to install.
v0.5.0 ยท IPFS
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