-
Notifications
You must be signed in to change notification settings - Fork 232
Build custom waves wallet for your node
Phil Filippak edited this page May 3, 2018
·
6 revisions
Suppose we are working in Ubuntu (in other systems that should be similar):
sudo apt-get install nodejs npm git
For Windows things are different (that's why you probably love it), you have to install tools manually:
git clone https://github.com/wavesplatform/WavesGUI.git
cd WavesGUI
npm i
npm run server
You need to know how the blockchain parameters work. You can change them in the ts-scripts/meta.json file.