AImissq / bitcoinmono-wallet-pluton

a BitcoinMono wallet inspired by Electrum's QT Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTCMZ Pluton Wallet

Download Count Open Issue Count License Version

Pluton Wallet is a WrkzCoin wallet forked from Proton using:

All of the code is released under the GPLv3 license. The icons in the ./resources and ./app/images folders from icons8.

Development Setup (All Platforms)

Dependencies

You will need the following dependencies installed before you can proceed to the "Setup" step:

Tip: If you already have a different version of node.js installed besides 10.x, try using Node Version Manager.

Setup

First, clone the repo via git:

git clone https://github.com/bitcoinmono/bitcoinmono-wallet-pluton.git

And then install the dependencies with yarn.

$ cd bitcoinmono-wallet-pluton
$ yarn

Run the wallet.

$ yarn start

*I found the default public node would refuse to sync, the developers have usefully detailed alternatives here - https://github.com/bitcoinmono/bitcoinmono-nodes-json

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Packaging

To package apps for the local platform:

$ yarn package

License

© 2019-2020, ExtraHash © 2019-2020, WrkzCoin © 2020, Bitcoinmono See included License file for more details.

About

a BitcoinMono wallet inspired by Electrum's QT Client

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.4%Language:CSS 3.9%Language:HTML 0.7%Language:SCSS 0.0%