|
@ -48,20 +48,20 @@ |
|
|
</nav> |
|
|
</nav> |
|
|
|
|
|
|
|
|
<!-- CONTENT --> |
|
|
<!-- CONTENT --> |
|
|
<section id="Content" class="p-6 pb-24"> |
|
|
<section id="Content" class="p-4 pb-24"> |
|
|
<!-- Heading --> |
|
|
<!-- Heading --> |
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> |
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> |
|
|
Help |
|
|
Help |
|
|
</h1> |
|
|
</h1> |
|
|
|
|
|
|
|
|
<div> |
|
|
<div> |
|
|
<h2 class="text-xl font-semibold">Introduction</h2> |
|
|
<h2 class="text-xl font-semibold py-4">Introduction</h2> |
|
|
<p> |
|
|
<p> |
|
|
This app is a window into data that you and your friends own, focused on |
|
|
This app is a window into data that you and your friends own, focused on |
|
|
gifts and collaboration. |
|
|
gifts and collaboration. |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<h2 class="text-xl font-semibold">How do I backup all my data?</h2> |
|
|
<h2 class="text-xl font-semibold py-4">How do I backup all my data?</h2> |
|
|
<p> |
|
|
<p> |
|
|
There are two parts to backup your data: the identifier secrets and the |
|
|
There are two parts to backup your data: the identifier secrets and the |
|
|
other data such as settings, contacts, etc. |
|
|
other data such as settings, contacts, etc. |
|
@ -73,7 +73,7 @@ |
|
|
</h2> |
|
|
</h2> |
|
|
<ul class="list-disc list-inside"> |
|
|
<ul class="list-disc list-inside"> |
|
|
<li> |
|
|
<li> |
|
|
Go to Your Identity <fa icon="circle-user" class="fa-fw" /> page. |
|
|
Go to your Identity <fa icon="circle-user" class="fa-fw" /> page. |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
Click on "Backup Identifier Seed" and follow the instructions. |
|
|
Click on "Backup Identifier Seed" and follow the instructions. |
|
@ -85,7 +85,7 @@ |
|
|
</h2> |
|
|
</h2> |
|
|
<ul class="list-disc list-inside"> |
|
|
<ul class="list-disc list-inside"> |
|
|
<li> |
|
|
<li> |
|
|
Go to Your Identity <fa icon="circle-user" class="fa-fw" /> page. |
|
|
Go to your Identity <fa icon="circle-user" class="fa-fw" /> page. |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
Click on "Download Settings...". That will save a file to your |
|
|
Click on "Download Settings...". That will save a file to your |
|
@ -95,7 +95,7 @@ |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h2 class="text-xl font-semibold">How do I restore my data?</h2> |
|
|
<h2 class="text-xl font-semibold py-4">How do I restore my data?</h2> |
|
|
<p> |
|
|
<p> |
|
|
There are two parts to restore your data: the identity secrets and the |
|
|
There are two parts to restore your data: the identity secrets and the |
|
|
other data such as settings, contacts, etc. |
|
|
other data such as settings, contacts, etc. |
|
@ -135,16 +135,24 @@ |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h2 class="text-xl font-semibold"> |
|
|
<h2 class="text-xl font-semibold py-4"> |
|
|
|
|
|
How do I get registered to make claims? |
|
|
|
|
|
</h2> |
|
|
|
|
|
<p> |
|
|
|
|
|
Contact a current user. They will be able to register you on their |
|
|
|
|
|
Contacts <fa icon="users" class="fa-fw" /> screen. Note that they have a |
|
|
|
|
|
limited number of registrations. |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="text-xl font-semibold py-4"> |
|
|
How do I add someone to my contacts? |
|
|
How do I add someone to my contacts? |
|
|
</h2> |
|
|
</h2> |
|
|
<p> |
|
|
<p> |
|
|
Tell them to copy their ID, which typically starts with "did:ethr:...", |
|
|
Tell them to copy their ID, which typically starts with "did:ethr:...", |
|
|
and send it to you. Go to the Contacts |
|
|
and send it to you. Go to the Contacts |
|
|
<fa icon="circle-user" class="fa-fw" /> page and enter that into the top |
|
|
<fa icon="users" class="fa-fw" /> page and enter that into the top form. |
|
|
form. You may add a name by adding a comma followed by their name; you |
|
|
You may add a name by adding a comma followed by their name; you may |
|
|
may also add their public key by adding another comma followed by the |
|
|
also add their public key by adding another comma followed by the key. |
|
|
key. |
|
|
|
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|