Skip to content

BrantaOps/branta-windows

Repository files navigation

Branta

.NET Workflow Badge

Languages and Tools

Security for your Custody

  • ⚡️ Wallet Verification
    • Automatically verifies supported wallets against PGP verified SHA-256 checksums
  • ⚡️ Clipboard Guardian
    • Get notified of bitcoin-related activity on your clipboard
  • ⚡️ Focus Automation
    • Verify Wallets automatically upon launch
  • ⚡️ Drag & Drop PGP Verification for Installers

Branta Screenshot

Supported Wallets

  • ⚡️ Sparrow
  • More coming soon...

Building

Prerequisites

Clone the repo

git clone https://github.com/BrantaOps/branta-windows.git

Create a standalone executable

dotnet publish Branta/Branta.csproj -c Release --self-contained -r win-x64 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true

Executable can be found in Branta\bin\Release\net8.0-windows\win-x64\publish\

OR

Run from Source

dotnet run

Releases

To Create the MSI installer Build the Branta.Setup project in Release

Note: For the installer to work the ProductCode and ProductVersion in Branta.Setup.vdproj must be updated.

Donate

Branta is free open source software. If you can, consider donating on Geyser. All funds go towards improving and automating security for your stack.

Feature Requests & Bug Reporting

Open a new issue on Github and we'll reply as soon as we can.

Licensing

The code in this project is licensed under the MIT license.