Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Add Bitcoin Wallets category and Wasabi Wallet as software #2040

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
</span>
</summary>
<span class="nav-dropdown">
<a class="dropdown-item" href="/software/bitcoin-wallets/"><span class="fas fa-bitcoin fa-fw"></span> Bitcoin Wallets</a>
<a class="dropdown-item" href="/software/calendar-contacts/"><span class="fas fa-calendar fa-fw"></span> Calendar/Contacts Sync Tools</a>
<a class="dropdown-item" href="/software/notebooks/"><span class="far fa-sticky-note fa-fw"></span> Digital Notebook</a>
<a class="dropdown-item" href="/software/email/"><span class="fas fa-envelope fa-fw"></span> Email Clients</a>
Expand Down
17 changes: 17 additions & 0 deletions _includes/sections/bitcoin-desktop-wallets.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<h1 id="bitcoin-desktop-wallets" class="anchor"><a href="#bitcoin-desktop-wallets"><i class="fas fa-link anchor-icon"></i></a> Bitcoin Desktop Wallets</h1>

<div class="alert alert-warning" role="alert">
<strong> If you are currently using a light SPV (Simplified Payment Verification) Wallet and not using a full node, you should pick an alternative here.</strong>
</div>

{% include cardv2.html
title="Wasabi Wallet"
image="/assets/img/svg/3rd-party/wasabi.svg"
description='Wasabi Wallet is an open-source, non-custodial, privacy-focused Bitcoin wallet for Desktop, that implements trustless CoinJoin over the Tor anonymity network. The CoinJoin coordinator cannot steal from, nor breach the privacy of the participants.'
website="https://wasabiwallet.io/"
github="https://github.com/zkSNACKs/WalletWasabi/"
privacy-policy="https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi/Legal/Assets/LegalDocuments.txt"
windows="https://wasabiwallet.io/#download"
linux="https://wasabiwallet.io/#download"
mac="https://wasabiwallet.io/#download"
%}
Loading