Complete documentation across all 6 sections: - Getting Started (4): introduction, quick-start, registration, dns-management - Chain (5): overview, daemon-rpc, wallet-rpc, mining, aliases, hardforks - Names (4): overview, registration, dns-records, sunrise, sidechain - Services (4): dns-hosting, ssl-certificates, proxy-network, gateway-operators - API (6): overview, names, explorer, proxy, gateway, authentication - Governance (3): cic, wallet-holders, economics 28 markdown pages total, covering the full Lethean ecosystem. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.5 KiB
1.5 KiB
Quick Start
Get a .lthn name registered in under 5 minutes.
1. Check Availability
curl -s -H 'Accept: application/json' \
'https://api.lthn.io/v1/names/available/yourname'
If available is true, the name is yours for the taking.
2. Register via Website
Visit lthn.io/names/register, enter your desired name, and submit a claim with your email address. We'll notify you when it's approved.
3. Register via Blesta
For instant on-chain registration:
- Visit order.lthn.ai
- Choose "Domain Registration"
- Enter your
.lthnname - Pay with BTC via BTCPay
- Your name is registered on-chain within one block (~2 minutes)
4. Manage DNS
Once registered, manage your DNS records through the Blesta client portal:
- Log in at order.lthn.ai
- Go to Services > Your .lthn name
- Click the "DNS" tab
- Add A, AAAA, CNAME, TXT, MX, or SRV records
- Changes are written to the ITNS sidechain
5. Verify
# Check your name is registered
curl -s -H 'Accept: application/json' \
'https://api.lthn.io/v1/names/lookup/yourname'
# Check DNS records
curl -s -H 'Accept: application/json' \
'https://api.lthn.io/v1/names/records/yourname'
What's Next
- DNS Management — detailed record types and examples
- API Reference — programmatic access to all features
- Blockchain Overview — understand the tech under the hood