Staking
1. Running own Full node
2. Using Namada Client and Public RPC
2. Namada CLI installation
System requirements
2.1 Install prerequisites
sudo apt update && sudo apt upgrade -y
sudo apt-get install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential protobuf-compiler2.2 Install Namada binary
2.3 Initialize the chain configuration
3. Adding wallets
3.1 Add new keypair (or restore)
3.2 Check keys and balance
Task: Delegating stake
3.1 Stake (bond) validator
3.2 Check bond status
Task: Withdrawing rewards
3.3 Withdraw rewards
Last updated