Note that this is only valid/possible for
wallet-service
compatible currency (e.g. a Plenteum or TurtleCoin fork).
You can modify PlenteumWallet to be used for your own wallet-service
compatible currency with few simple steps (assuming you already grab the source code by cloning our repo):
This step is important in order to avoid conflict with the original PlenteumWallet (or other fork), when users happen to install both wallet versions.
Edit package.json
file, change the values of the following keys:
name
productName
appId
Edit src/js/ws_config.js
file, update config values to match your currency configuration/requirements.
Each config item are pretty much self explanatory and are commented for clarity.
If you want your version of PlenteumWallet looks different than what provided by default, you can do a few tweaks to re-skin/updating the appearance:
- Edit
src/css/common.css
to modify general appearance (layout, sizing, color, etc) - Replace
src/assets/image/*
with your own images.
Please refer to the build guide on the repository main page.
You are free to use, modify, redistribute, or do whatever you want to the PlenteumWallet's code, as long as you comply with the license PlenteumWallet is distributed under.