Skip to content

Latest commit

 

History

History
103 lines (70 loc) · 2.6 KB

File metadata and controls

103 lines (70 loc) · 2.6 KB

main

Ginger Wallet

Privacy-focused Bitcoin wallet.

UnitTests


What is Ginger Wallet?

Ginger Wallet is a privacy-focused, open-source Bitcoin desktop wallet.

The goal is to provide a reliable and privacy-aware user experience while keeping the full source code publicly available.


Downloads

Official release binaries are available in the GitHub Releases section.

There are no pre-releases.
You can always build the latest version directly from the master branch.


Release Artifacts

  • MSI Windows – Code signed (Martin Rimoczi, Certum Code Signing CA)
  • DMG MacOS x64 and ARM64 versions – Signed with Apple Developer ID
  • ZIP (portable) – Binaries for all platforms, Deterministically reproducible build
  • DEB - Debian linux package
  • tar.gz - Compressed archive containing the Linux application files

Verification


Build from source (master)

Requirements

  • .NET SDK (as defined in the repository)
  • Git

Quick start

git clone https://github.com/GingerPrivacy/GingerWallet.git
cd GingerWallet
dotnet restore --locked-mode
dotnet build --configuration Release
dotnet run --configuration Release

To run unit tests:

dotnet test --configuration Release --filter "UnitTests"

Contributing

See:
https://github.com/GingerPrivacy/GingerWallet/blob/master/CONTRIBUTING.md


Security

If you believe you found a security issue, avoid opening a public issue.
Use GitHub Security Advisories (if enabled) or contact the maintainers privately.


License

See the LICENSE file in this repository.