Install Dependencies
Start by opening the node you intend to run TMKMS (not the node you validate on) and install the following dependencies
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Select option 1) Proceed with standard installation (default - just press enter)
Source the env
file
source $HOME/.cargo/env
Install dependencies
sudo apt update && \
sudo apt install git build-essential ufw curl jq snapd --yes
Install Libusb
sudo apt install libusb-1.0-0-dev
If on x86_64 architecture:
export RUSTFLAGS=-Ctarget-feature=+aes,+ssse3