electron-bch-coinjoin-wallet
February 6, 2023 ยท View on GitHub
An Electron.js desktop app that runs a BCH wallet capable of organizing CoinJoin transactions over IPFS.
Requirements
- node ^16.19.0
- npm ^8.19.3
Building From Source
This app is built from Electron.js to create a desktop application. To build from source, you will need to build it on a native operating system. Cross-compilation from one OS to another is not supported.
Install dependencies
git clone https://github.com/bch-coinjoin/electron-bch-coinjoin-walletcd electron-bch-coinjoin-walletnpm installnpm run build
Run a Locally from Source
npm run electron-dev
Package to Executable
npm run make
The executable files will be compiled into the out/ directory.