Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 581 Bytes

namada_manual.md

File metadata and controls

34 lines (28 loc) · 581 Bytes

Sunucu güncelleyip gerekli kurulumları yapın.

sudo apt update && sudo apt upgrade -y
sudo apt install -y curl git build-essential pkg-config libssl-dev

Rust yükleyin.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup update

Binary dosyalarını çekin.

git clone https://github.com/anoma/namada-trusted-setup.git
cd namada-trusted-setup && git checkout v1.1.0
cargo build --release --bin namada-ts --features cli
mv target/release/namada-ts /usr/local/bin