05 — Addressing Rails
Address-as-URL deterministic routing
Addressing in I·AM·Xhe uses content-addressed URIs. Every piece of data has a unique,
deterministic address derived from its content hash.
URI Schemes
- xhe:// CONTENT
- did:xhe: IDENTITY
- ipfs:// STORAGE
- pulse:// PULSAR
Routing Rules
- Content → Hash Deterministic
- Identity → DID Deterministic
- Pulsar → Index Deterministic
- Location → None N/A
Address Generator
Generate content-addressed URIs from any data. The same content always produces the same address.
Address Resolver
Resolve a content address to find the associated data.
Address Book
Recently generated and resolved addresses.
No addresses recorded yet.
URI Specification
# Content Address
xhe://<sha256-hash>
# Identity Address
did:xhe:<32-char-hex>
# Pulsar Address
pulse://<index>/<hash>
# IPFS Address
ipfs://<cid>
# Examples:
xhe://a1b2c3d4e5f6...
did:xhe:a1b2c3d4e5f678901234567890abcdef
pulse://000001/a1b2c3d4e5f6...
ipfs://QmYwAPJzv5CZsnA...