Archon Archon.Technology

Archon Infrastructure

Public Gatekeeper node providing DID resolution, credential verification, and identity services for the Archon Protocol network.

๐ŸŸข Node Online

Quick Start

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

Services

This node provides the following public infrastructure for the Archon ecosystem:

Downloads

Self-host the wallet apps or install the browser extension:

API Examples

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

Ecosystem