Skip to content

Commit 077cf59

Browse files
Merge pull request #10 from SutuLabs/main
Update Pawket related information.
2 parents 71b86f0 + eccf8c0 commit 077cf59

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

_data/links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1466,9 +1466,9 @@
14661466
date: 2022-02-27
14671467

14681468
- name: Pawket
1469-
url: https://pawket.app/
1469+
url: https://info.pawket.app/
14701470
tags: [wallets]
1471-
description: Pawket is an open-source secure offline wallet. As a browser-based wallet, optimized UX for both desktop and mobile. Easily customize your transfer by custom CATs and fees.
1471+
description: Pawket is an open-source secure wallet that offers a range of exclusive tools, including the ability to issue custom CATs, scan assets, and provide encryption. It is also the first air-gapped wallet in the Chia ecosystem.
14721472
date: 2022-02-27
14731473

14741474
- name: Pool Energy

labels/wallets.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Wallets</h1>
2525
<th scope="col">NFT</th>
2626
<th scope="col">DID</th>
2727
<th scope="col">Offers</th>
28-
<th scope="col">Memos</th>
28+
<th scope="col"><abbr title="Air-gapped wallets have the option to be completely disconnected from the internet and any form of wireless communication, providing additional security." class="featureQuestion">Air-gapped</abbr></th>
2929
<th scope="col">Open Source</th>
3030
</tr>
3131
</thead>
@@ -41,7 +41,7 @@ <h1>Wallets</h1>
4141
<td><span title="Feature is included" class="featureCheck"></span></td>
4242
<td><span title="Feature is included" class="featureCheck"></span></td>
4343
<td><span title="Feature is included" class="featureCheck"></span></td>
44-
<td><span title="Feature is included" class="featureCheck"></span></td>
44+
<td><span title="Feature is not included" class="featureX"></span></td>
4545
<td><a href="https://github.com/Chia-Network/chia-blockchain" target="_blank">GitHub</a></td><!-- Open Source -->
4646
</tr>
4747

@@ -56,7 +56,7 @@ <h1>Wallets</h1>
5656
<td><span title="Feature is not included" class="featureX"></span></td>
5757
<td><span title="Feature is not included" class="featureX"></span></td>
5858
<td><span title="Feature is not included" class="featureX"></span></td>
59-
<td><span title="Feature is included" class="featureCheck"></span></td>
59+
<td><span title="Feature is not included" class="featureX"></span></td>
6060
<td><a href="https://github.com/irulast/chia-crypto-utils" target="_blank">GitHub</a> (Partial)</td><!-- Open Source -->
6161
</tr>
6262

@@ -101,7 +101,7 @@ <h1>Wallets</h1>
101101
<td><span title="Feature is not included" class="featureX"></span></td>
102102
<td><span title="Feature is not included" class="featureX"></span></td>
103103
<td><span title="Feature is not included" class="featureX"></span></td>
104-
<td><span title="Feature is included" class="featureCheck"></span></td>
104+
<td><span title="Feature is not included" class="featureX"></span></td>
105105
<td><a href="https://github.com/hashgreen/hoogii-wallet" target="_blank">GitHub</a></td><!-- Open Source -->
106106
</tr>
107107

@@ -162,7 +162,7 @@ <h1>Wallets</h1>
162162
<td><span title="Feature is included" class="featureCheck"></span></td>
163163
<td><span title="Feature is included" class="featureCheck"></span></td>
164164
<td><span title="Feature is included" class="featureCheck"></span></td>
165-
<td><a href="https://github.com/chiabee" target="_blank">GitHub</a> (Backend)</td><!-- Open Source -->
165+
<td><a href="https://github.com/SutuLabs" target="_blank">GitHub</a></td><!-- Open Source -->
166166
</tr>
167167

168168

@@ -221,6 +221,9 @@ <h1>Wallets</h1>
221221
.featureX {
222222
color: red;
223223
}
224+
.featureQuestion {
225+
cursor: help;
226+
}
224227
</style>
225228

226229
{% include linkpage.html tag=page.tag %}

0 commit comments

Comments
 (0)