{% extends "base.html" %} {% block title %}Network{% endblock %} {% block content %}
Node identity, connections, and contribution tracking
{% if node %}| Domain | Description |
|---|---|
| {{ exp.domain }} | {{ exp.description }} |
| Name | Type | Status |
|---|---|---|
| {{ src.name }} | {{ src.type }} | {% if src.status == 'active' %} {{ src.status }} {% elif src.status == 'syncing' %} {{ src.status }} {% else %} {{ src.status }} {% endif %} |
| Name | Type | Description | Recognized |
|---|---|---|---|
| {{ contrib.name }} | {{ contrib.contribution_type }} | {{ contrib.description }} | {{ contrib.recognized_at[:10] }} |
| Peer | Relationship | Connected |
|---|---|---|
| {{ conn.get('peer_alias', conn.get('peer_public_id', '')[:16]) }} | {{ conn.get('relationship', '') }} | {{ conn.get('connected_at', '')[:10] }} |
| Title | Type | Value | Date |
|---|---|---|---|
| {{ c.get('title', '') }} | {{ c.get('type', '') }} | {{ c.get('value', '') }} | {{ c.get('recorded_at', '')[:10] }} |
No network node configured.
Run charter connect init to create your network node.