Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.
Перейти к файлу
Turbolay 2e8ba8de37
Fix other linux link in ReleaseTemplate (#13572)
2024-11-14 20:56:49 +01:00
.github Auto update version on Website (#13466) 2024-09-27 04:31:04 +02:00
Contrib Fix other linux link in ReleaseTemplate (#13572) 2024-11-14 20:56:49 +01:00
WalletWasabi Silent Payment - Sending part (#13536) 2024-11-12 12:05:24 -03:00
WalletWasabi.Backend Add Transaction Hex as copyable content (#13508) 2024-10-20 22:18:28 +02:00
WalletWasabi.Daemon Silent Payment - Sending part (#13536) 2024-11-12 12:05:24 -03:00
WalletWasabi.Documentation Delete WasabikaCodex.md (#13561) 2024-11-09 21:04:53 +01:00
WalletWasabi.Fluent [Misc] Disable BuyAnythingButton (#13558) 2024-11-08 19:59:56 +01:00
WalletWasabi.Fluent.Desktop Update Microsoft.Extensions.Caching.Memory to 8.0.1 (#13497) 2024-10-15 20:40:22 +02:00
WalletWasabi.Fluent.Generators update github org link to new walletwasabi (#13183) 2024-06-20 07:36:51 -06:00
WalletWasabi.Tests Silent Payment - Sending part (#13536) 2024-11-12 12:05:24 -03:00
WalletWasabi.WindowsInstaller Revert part of the wix changes (#13413) 2024-09-18 22:46:16 +02:00
.editorconfig Warn about CA1865-CA1867: Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char 2024-05-08 17:35:14 +02:00
.gitattributes Fix line endings in Tor sh file 2021-03-02 11:18:48 +01:00
.gitignore Ignore visual studio launchSettings.json 2024-02-24 17:20:57 +01:00
BannedSymbols.txt Support for reporting of dangerous API; the test project is excluded as it is not a part of the product 2024-04-11 13:16:19 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md (#13280) 2024-07-25 11:15:45 -03:00
CodeMaid.config Disable CodeMaid's Build Progress Tool Window 2020-06-02 16:35:35 +01:00
Directory.Build.props Audit nuget packages 2024-04-15 08:35:48 +02:00
Directory.Packages.props Update Microsoft.Extensions.Caching.Memory to 8.0.1 (#13497) 2024-10-15 20:40:22 +02:00
LICENSE.md Update LICENSE.md (#13116) 2024-05-31 01:19:10 -06:00
NuGet.Config Downgrade to Avalonia 11.0.999-cibuild0044755-beta (#13342) 2024-08-23 19:39:16 +02:00
PGP.txt Update PGP.txt 2023-02-23 11:51:17 +01:00
README.md Remove azure-pipelines .yml files (#13223) 2024-07-05 15:42:27 -03:00
SECURITY.md update github org link to new walletwasabi (#13183) 2024-06-20 07:36:51 -06:00
Settings.StyleCop disable rule 2024-02-01 14:20:59 +01:00
WalletWasabi.sln Remove packager (#13384) 2024-09-11 20:21:30 -03:00
deps-all.nix Update Microsoft.Extensions.Caching.Memory to 8.0.1 (#13497) 2024-10-15 20:40:22 +02:00
deps.nix Update Microsoft.Extensions.Caching.Memory to 8.0.1 (#13497) 2024-10-15 20:40:22 +02:00
exclusion.dic `TransactionStore` using SQLite (#12137) 2023-12-31 10:14:05 +01:00
flake.lock [Trivial] Fix HWI version in Constants (#13486) 2024-10-15 06:15:31 +02:00
flake.nix Specify the dotnet runtime (#13503) 2024-10-17 11:27:24 -03:00
global.json .NET 8 (#11897) 2023-12-18 13:23:07 +00:00
omnisharp.json Add omnisharp config with Tabs indent enabled. 2019-07-30 22:24:41 +08:00
ui-ww.png Update ui-ww.png 2024-04-16 11:50:18 +02:00

README.md

An open-source, non-custodial, privacy-focused Bitcoin wallet for desktop.

Website | Documentation | API | Support | YouTube | PGP


Download Wasabi


Build From Source Code

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET 8.0 SDK: https://dotnet.microsoft.com/download
  3. Optionally disable .NET's telemetry by executing in the terminal 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 --depth=1 --single-branch --branch=master https://github.com/WalletWasabi/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Fluent.Desktop
dotnet build

Run Wasabi

Run Wasabi with dotnet run from the WalletWasabi.Fluent.Desktop folder.

Update Wasabi

git pull