The official Musicoin Desktop Wallet
Nightly builds for all supported Operating Systems can be found over at builder.musicoin.org
Supported Operating systems:
- Windows 7 and later - 64 bit, 32bit
- macOS - 64 bit
- Linux - 64 bit, 32bit
- Windows XP and older - 32bit, 64 bit
Prerequisites: Node.js, npm
- Install nwjs:
npm install nw
npm install
npm install bower
cd interface/ ; bower install ; cd ..
nw .
- Install nwjs-builder:
npm install nwjs-builder -g
- Package the app:
nwb nwbuild -v 0.27.4 -p <win64,osx64,linux64> -o <build_directory>
- Download go-musicoin and place in
build/gmc/
inside the built package - Run app
Pull Requests and Bug Reports for common issues via GitHub are most welcome.
Specific Issues are earmarked for bounty and carry a bounty label with them. More information regarding the bounty program can be found over at BOUNTY.
MIT