https://github.com/jdogresorg/freewallet-desktop
Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
https://github.com/jdogresorg/freewallet-desktop
assets bitcoin blockchain counterparty cryptocurrency dispenser mainnet nfts testnet tokens vending-machine wallet
Last synced: 4 months ago
JSON representation
Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
- Host: GitHub
- URL: https://github.com/jdogresorg/freewallet-desktop
- Owner: jdogresorg
- License: mit
- Created: 2017-10-08T19:09:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T05:40:17.000Z (12 months ago)
- Last Synced: 2025-08-01T06:19:16.531Z (12 months ago)
- Topics: assets, bitcoin, blockchain, counterparty, cryptocurrency, dispenser, mainnet, nfts, testnet, tokens, vending-machine, wallet
- Language: JavaScript
- Homepage: https://freewallet.io
- Size: 2.52 MB
- Stars: 75
- Watchers: 12
- Forks: 57
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
FreeWallet - Desktop Wallet
---
FreeWallet is a free wallet which supports Bitcoin and Counterparty.
Installation Instructions
---
```
Windows : Download FreeWallet.exe, run it, complete the installer.
Mac/OSX : Download FreeWallet.dmg, mount, and drag FreeWallet app to 'Applications' folder
Linux : Download FreeWallet.tgz, extract it, run FreeWallet/install.sh
```
Build Notes
---
The majority of the building is done via nw-builder :
```shell
npm install nw-builder
```
Edit `build.sh` and change your Mac Developer Identity
Run `build.sh` to handle generating builds on Mac/OSX
Download and copy ffmpeg libraries to latest nwjs cache/* directories
https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases
Generate checksum.txt file
---
```
sha256sum FreeWallet.linux32.tgz > checksums.txt
sha256sum FreeWallet.linux64.tgz >> checksums.txt
sha256sum FreeWallet.osx64.dmg >> checksums.txt
sha256sum FreeWallet.win32.exe >> checksums.txt
sha256sum FreeWallet.win64.exe >> checksums.txt
```