@extends('lethean::layout') @section('title', $name . '.lthn') @section('meta_description', $name . '.lthn — blockchain domain name registered on the Lethean network. ' . ($alias['comment'] ?? '')) @push('head') @verbatim @endverbatim @endpush @section('content')
Registered on the Lethean blockchain
@php $address = $alias['address'] ?? ''; $registrarWallets = [ 'iTHNHN11yXMeBphpFSuHnDaSJ15QxiSEJXNY59VKbxKq4ype4xAH1PZHd1EKTknkPK9hHTu2G2tBBZzvrcRFaYMF8vWTzFZjGY' => '@LetheanRegistry', 'iTHNUNiuu3VP1yy8xH2y5iQaABKXurdjqZmzFiBiyR4dKG3j6534e9jMriY6SM7PH8NibVwVWW1DWJfQEWnSjS8n3Wgx86pQpY' => '@LetheanTestnet', ]; $isRegistryOwned = isset($registrarWallets[$address]); $isCommunityMember = !$isRegistryOwned && !empty($address); $displayAddress = $registrarWallets[$address] ?? (strlen($address) > 20 ? substr($address, 0, 12) . '...' . substr($address, -12) : $address); $comment = $alias['comment'] ?? ''; $parsed = []; foreach (explode(';', $comment) as $pair) { $parts = explode('=', $pair, 2); if (count($parts) === 2) $parsed[$parts[0]] = $parts[1]; } $type = $parsed['type'] ?? 'user'; $reason = $parsed['reason'] ?? ''; @endphp
{{ $displayAddress }}
@if($isCommunityMember) Community Member CIC governance participant @elseif($isRegistryOwned) Registry Managed @endif
@if($type === 'reserved') Reserved @if($reason) — {{ $reason }} @endif @elseif($type === 'gateway') Gateway @elseif($type === 'service') Service @elseif($type === 'exit') Exit Node @else User @endif
@if(!empty($address) && !$isRegistryOwned)
Wallet
{{ $address }}
@foreach(explode(',', $parsed['cap']) as $cap) {{ trim($cap) }} @endforeach
| TYPE | HOST | VALUE |
|---|---|---|
| {{ $record['type'] ?? '?' }} | {{ $record['host'] ?? '@' }} |
{{ $record['value'] ?? '' }} |
Registered on the ITNS sidechain as {{ $parsed['hns'] }}
{{ $name }}.lthn is reserved during the .lthn sunrise period. This name is protected to give the rightful brand owner the opportunity to claim their identity on the Lethean blockchain.