The official Musicoin Desktop Wallet
Nightly builds over at https://builder.musicoin.org
Nightly builds for all supported Operating Systems can be found over at builder.musicoin.org
Supported Operating systems:
Prerequisites:
npm install -g nw
(in case there's EACCESS errors, run with --unsafe-perm=true --allow-root
flags)git clone https://github.com/Musicoin/desktop && cd desktop
yarn
cd interface ; yarn; cd ..
nw .
git clone https://github.com/Musicoin/desktop && cd desktop
rm package.json
(remove package.json
) mv package-alpha.json package.json
(rename package-alpha.json
to package.json
)yarn
nw .
git clone https://github.com/Musicoin/desktop && cd desktop
yarn --link-duplicates
yarn debug
- This will run in SDK mode for development.yarn build-all
-or-
yarn build-x86
-or-
yarn build-x64
to build all packages for Windows, macOS, and Linux. This is meant for testing or development and packaging.yarn run build -m --x64 ./
- for packaging MacOS x64. -m
, -l
, or -w
determines the os and architecture.This repo contains UI modules in accordance with the last release version. To suggest changes, edit the files at interface/
and issue a PR to the desktop-interface repo.
Pull Requests and Bug Reports are most welcome.
The Wallet repo makes use of the following submodules:
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