KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
760 B

<div>
7 months ago
{{ 'block:' | trans }} {{ wallet.block }}
/
7 months ago
{{ 'balance:' | trans }} {{ wallet.balance }}
7 months ago
{% if boost.address %}
/
{{ 'boost:' | trans }}
7 months ago
{% if explorer.url %}
<a href="{{ explorer.url }}{{ boost.address }}" target="_blank">{{ boost.address }}</a>
{% else %}
{{ boost.address }}
{% endif %}
{% endif %}
{% if mine.pool %}
/
{{ 'mine:' | trans }}
{% if mine.pool.url %}
<a href="{{ mine.pool.url }}" target="_blank">{{ 'pool' | trans }}</a>
{% endif %}
{% if mine.solo.url %}
|
<a href="{{ mine.solo.url }}" target="_blank">{{ 'solo' | trans }}</a>
{% endif %}
{% endif %}
</div>