Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.
Перейти к файлу
Yahia Chiheb b939c8d282 Add CA1835 code quality rule 2020-12-14 11:56:07 +01:00
.github Update stale.yml 2020-09-02 14:52:29 +02:00
WalletWasabi CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes 2020-12-14 11:47:53 +01:00
WalletWasabi.Backend Update website 2020-12-07 15:35:41 +01:00
WalletWasabi.Documentation Update BackendDeployment.md 2020-12-11 11:01:53 +01:00
WalletWasabi.Fluent prevent label stealing click inside checkbox. 2020-12-11 15:46:06 +00:00
WalletWasabi.Fluent.Desktop Merge pull request #4911 from nopara73/1607691912 2020-12-11 14:56:17 +01:00
WalletWasabi.Fluent.Generators Fix nullable warnings 2020-12-08 18:09:45 +01:00
WalletWasabi.Gui CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes 2020-12-14 11:47:53 +01:00
WalletWasabi.Packager Any receive should start from anonset 1 2020-11-19 11:54:56 +01:00
WalletWasabi.Tests Update NodeBuildingTests.cs 2020-12-08 12:28:25 +01:00
WalletWasabi.WindowsInstaller Improve description. 2020-07-30 10:15:26 +02:00
.editorconfig Add CA1835 code quality rule 2020-12-14 11:56:07 +01:00
.gitattributes create projects 2017-04-18 11:43:04 +08:00
.gitignore Add comment to gitignore file 2020-09-21 15:50:18 +01:00
CONTRIBUTING.md Fix typo 2020-11-30 20:59:15 +01:00
CodeMaid.config Disable CodeMaid's Build Progress Tool Window 2020-06-02 16:35:35 +01:00
Directory.Build.props Add back Directory.Build.props 2019-06-07 08:40:45 +02:00
LICENSE.md Update license year to 2020 2020-01-03 02:08:31 +01:00
NuGet.Config Add files 2020-12-09 15:19:53 +01:00
PGP.txt Signed by molnard current key 2019-11-02 02:34:59 +01:00
README.md Fix typo 2020-11-30 21:03:16 +01:00
SECURITY.md Update SECURITY.md 2019-08-23 12:43:19 +02:00
Settings.StyleCop Make StaticElementsMustAppearBeforeInstanceElements false 2020-08-14 01:43:40 +01:00
WalletWasabi.sln Add files 2020-12-09 15:19:53 +01:00
azure-pipelines-cd.yml Update displayName 2020-11-16 18:36:42 +01:00
azure-pipelines-detbuild.yml Update displayName 2020-11-16 18:36:42 +01:00
azure-pipelines-linux.yml Add nuget restore config to linux 2020-12-09 15:25:50 +01:00
azure-pipelines-osx.yml Add files 2020-12-09 15:19:53 +01:00
azure-pipelines-windows.yml nugetConfigPath to windows 2020-12-09 15:26:36 +01:00
omnisharp.json Add omnisharp config with Tabs indent enabled. 2019-07-30 22:24:41 +08:00

README.md

Code Quality Windows Tests Linux Tests macOS Tests Continuous Delivery Deterministic builds License
CodeFactor Build Status Build Status Build Status Build Status Build Status GitHub license

Wasabi Wallet is an open-source, non-custodial, privacy-focused Bitcoin wallet for desktop.

Note that Wasabi Wallet 2.0 is in the works, which means some code you may want to work on is about to be obsoleted. The most affected code is the UI and CoinJoin parts.

For more information, please check out the Wasabi Documentation, an archive of knowledge about the nuances of Bitcoin privacy and how to use Wasabi.

Download Wasabi

Build From Source Code

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET 5.0 SDK: https://www.microsoft.com/net/download
  3. Optionally disable .NET's telemetry by typing export DOTNET_CLI_TELEMETRY_OPTOUT=1 on Linux and macOS or setx DOTNET_CLI_TELEMETRY_OPTOUT 1 on Windows.

Get Wasabi

Clone & Restore & Build

git clone https://github.com/zkSNACKs/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Gui
dotnet build

Run Wasabi

Run Wasabi with dotnet run from the WalletWasabi.Gui folder.

Update Wasabi

git pull