https://github.com/lontivero/wasabito
FOSS, privacy focused Bitcoin wallet for the free people of this universe
https://github.com/lontivero/wasabito
advanced bitcoin coinjoin netrino onchain privacy tor wabisabi wallet
Last synced: 4 months ago
JSON representation
FOSS, privacy focused Bitcoin wallet for the free people of this universe
- Host: GitHub
- URL: https://github.com/lontivero/wasabito
- Owner: lontivero
- License: mit
- Created: 2022-08-03T13:13:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T00:53:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T19:02:47.748Z (5 months ago)
- Topics: advanced, bitcoin, coinjoin, netrino, onchain, privacy, tor, wabisabi, wallet
- Language: C#
- Homepage:
- Size: 78 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Wasabito is an attempt to completely redesign Wasabi Wallet to make it reach it's full potential:

An open-source, highly experimental, non-custodial, privacy-focused Bitcoin wallet for desktop.
# Build From Source Code
### Get The Requirements
1. Get Git: https://git-scm.com/downloads
2. Get .NET 6.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
```sh
git clone https://github.com/zkSNACKs/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Fluent.Desktop
dotnet build
```### Run Wasabi
Run Wasabi with `dotnet run` from the `WalletWasabi.Fluent.Desktop` folder.
### Update Wasabi
```sh
git pull
```