Skip to content

Build custom waves wallet for your node

Phil Filippak edited this page May 3, 2018 · 6 revisions

Setting up dev environment

Linux-like systems

Suppose we are working in Ubuntu (in other systems that should be similar):

sudo apt-get install nodejs npm git

Windows

For Windows things are different (that's why you probably love it), you have to install tools manually:

Running Waves Client from sources

git clone https://github.com/wavesplatform/WavesGUI.git
cd WavesGUI
npm i
npm run server

Network configuration

Client distribution for your private blockchain

You need to know how the blockchain parameters work. You can change them in the ts-scripts/meta.json file.