Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pawket related information. #10

Merged
merged 6 commits into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,9 +1466,9 @@
date: 2022-02-27

- name: Pawket
url: https://pawket.app/
url: https://info.pawket.app/
tags: [wallets]
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.
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.
date: 2022-02-27

- name: Pool Energy
Expand Down
13 changes: 8 additions & 5 deletions labels/wallets.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Wallets</h1>
<th scope="col">NFT</th>
<th scope="col">DID</th>
<th scope="col">Offers</th>
<th scope="col">Memos</th>
<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>
<th scope="col">Open Source</th>
</tr>
</thead>
Expand All @@ -41,7 +41,7 @@ <h1>Wallets</h1>
<td><span title="Feature is included" class="featureCheck">✔</span></td>
<td><span title="Feature is included" class="featureCheck">✔</span></td>
<td><span title="Feature is included" class="featureCheck">✔</span></td>
<td><span title="Feature is included" class="featureCheck">✔</span></td>
<td><span title="Feature is not included" class="featureX">✘</span></td>
<td><a href="https://github.com/Chia-Network/chia-blockchain" target="_blank">GitHub</a></td><!-- Open Source -->
</tr>

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

Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>Wallets</h1>
<td><span title="Feature is not included" class="featureX">✘</span></td>
<td><span title="Feature is not included" class="featureX">✘</span></td>
<td><span title="Feature is not included" class="featureX">✘</span></td>
<td><span title="Feature is included" class="featureCheck">✔</span></td>
<td><span title="Feature is not included" class="featureX">✘</span></td>
<td><a href="https://github.com/hashgreen/hoogii-wallet" target="_blank">GitHub</a></td><!-- Open Source -->
</tr>

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


Expand Down Expand Up @@ -221,6 +221,9 @@ <h1>Wallets</h1>
.featureX {
color: red;
}
.featureQuestion {
cursor: help;
}
</style>

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