All Projects → Musicoin → Desktop

Musicoin / Desktop

Licence: other
The official Musicoin Desktop Wallet Application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Desktop

Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (+63.39%)
Mutual labels:  blockchain, ethereum, wallet
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+242.86%)
Mutual labels:  blockchain, ethereum, web3js
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+140.18%)
Mutual labels:  blockchain, ethereum, wallet
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (+49.11%)
Mutual labels:  blockchain, ethereum, wallet
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+10313.39%)
Mutual labels:  blockchain, ethereum, web3js
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (+58.93%)
Mutual labels:  blockchain, ethereum, wallet
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+2852.68%)
Mutual labels:  blockchain, ethereum, wallet
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (+25%)
Mutual labels:  blockchain, ethereum, wallet
Weiwallet Android
Wei Wallet is an open source Ethereum wallet for Android
Stars: ✭ 20 (-82.14%)
Mutual labels:  blockchain, ethereum, wallet
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+275%)
Mutual labels:  blockchain, ethereum, web3js
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+47.32%)
Mutual labels:  blockchain, ethereum, wallet
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+996.43%)
Mutual labels:  blockchain, ethereum, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+25.89%)
Mutual labels:  blockchain, ethereum, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+60.71%)
Mutual labels:  blockchain, ethereum, wallet
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+24.11%)
Mutual labels:  blockchain, ethereum, web3js
Weiwallet Ios
Wei Wallet is an open source Ethereum wallet for iOS
Stars: ✭ 271 (+141.96%)
Mutual labels:  blockchain, ethereum, wallet
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (+18.75%)
Mutual labels:  blockchain, ethereum, wallet
Ethereumkit
EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
Stars: ✭ 400 (+257.14%)
Mutual labels:  blockchain, ethereum, wallet
Awesome Ethereum Cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Stars: ✭ 54 (-51.79%)
Mutual labels:  blockchain, ethereum, web3js
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-14.29%)
Mutual labels:  blockchain, ethereum, wallet

Musicoin Wallet

The official Musicoin Desktop Wallet

GitHub release license Github All Releases

Nightly builds over at https://builder.musicoin.org

Musicoin Wallet

Nightly Builds

Nightly builds for all supported Operating Systems can be found over at builder.musicoin.org

Supported Operating systems:

  1. Windows 7 and later - 64 bit, 32bit
  2. macOS - 64 bit
  3. Linux - 64 bit, 32bit
  4. Windows XP and older - 32bit, 64 bit

Getting started

Prerequisites:

  • node >=8.0.0
  • yarn >=1.7.0
  • bower
  • Wine for windows builds on non Windows systems
  • upgrade nw.js with npm install -g nw (in case there's EACCESS errors, run with --unsafe-perm=true --allow-root flags)

Build Release version

  1. git clone https://github.com/Musicoin/desktop && cd desktop
  2. yarn
  3. cd interface ; yarn; cd ..
  4. nw .

Build Alpha version

  1. git clone https://github.com/Musicoin/desktop && cd desktop
  2. rm package.json (remove package.json)
  3. mv package-alpha.json package.json (rename package-alpha.json to package.json)
  4. yarn
  5. nw .

Packaging the app

  1. git clone https://github.com/Musicoin/desktop && cd desktop
  2. yarn --link-duplicates
  3. yarn debug - This will run in SDK mode for development.
  4. 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.
  5. yarn run build -m --x64 ./ - for packaging MacOS x64. -m, -l, or -w determines the os and architecture.

Testing new interface builds

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.

Contributing

Pull Requests and Bug Reports are most welcome.

The Wallet repo makes use of the following submodules:

  1. Default UI module
  2. go-musicoin npm package
  3. Web3 fork of musicoin

Bounty program

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.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].