{% extends "base.html" %} {% block content %}
Wallet - chia keys show
{{ keys }}

NOTE: Machinaris will never display your private key here.

However, you may view it yourself by executing this from within the Docker container.

chia keys show --show-mnemonic-seed

Also, you may view the key file(s) on the host, which you mounted within the Docker container:

{% endblock %}