💳Wallet
You are able to use either Wallet UI Web or wallet-cli
Wallet UI Web
Create new wallet
Save your seed phrase
Wallet CLI
SSH to your VPS
Install dependencies
sudo apt install git-all -y
git --versioncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
rustc --versionsudo apt update -y
sudo apt upgrade -y
sudo apt install build-essential -y
sudo apt install pkg-config -y
sudo apt install libssl-dev -y
sudo apt install clang -y
sudo apt install protobuf-compiler -yInstall Dusk wallet
git clone https://github.com/dusk-network/wallet-cli.git
cd wallet-cli
make installIf you get here with no error, you done installing wallet cli
Wallet CLI Usage
Create new wallet
rusk-wallet createRestore wallet if you already have
rusk-wallet restoreCheck Balance
rusk-wallet balanceGet address
rusk-wallet addressesLast updated