💳Wallet
You are able to use either Wallet UI Web or wallet-cli
Wallet UI Web
Wallet CLI
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 -yWallet CLI Usage
Create new wallet
Restore wallet if you already have
Check Balance
Get address
Last updated