Branta Core is a cross-platform desktop application that helps prevent address swaps by notifying you of Bitcoin/Nostr related content in your clipboard.
Release binaries and additional information are available at https://branta.pro/core and directly from GitHub. Read more on our documentation site.
Warning
This is pre-release software and may contain bugs or incomplete features. Use at your own risk. Feedback and contributions are welcome!
- Node (>=22)
- Npm (>=10)
git clone https://github.com/BrantaOps/core.git
npm install
Running the app requirees both the frontend and backend to be ran simultaneously
Angular frontend
npm run ng:serve
Electron backend
npm start
- Update
package.jsonversion npm run buildnpm run package
- Open
installers/windows/windows.slnin Visual Studio - Update
Package.wxsversion - Update Solution Configruation option in toolbar from Debug to Release
- Build the solution
- MSI file can be found at
installers/windows/Branta.Wix/bin/x64/Release/en-US/Branta.Wix.msi - Update the name to match the version
branta-x.x.x.msi
TODO
TODO
Please use the Issues tab above to report an issue.