Namada verifies node participation tutorials

What is Namada? Namada is L1 of the agnostic privacy of interchain assets and Anoma's first fractal instance. The Namada protocol focuses on a subset of Anoma components, which support shielded transport of any type of asset (fungible and non-fungible), independent of the platform on which they are created, such as Ethereum or IBC-compatible chains. With Namada, you can transfer your ETH, DAI or any other fungible asset or NFT from Ethereum, or transfer your ATOM or OSMO from any IBC chain and send them privately with just a few seconds of transaction latency and near-zero fees.

For a more extensive list of all the novel features that Namada offers, I recommend reading What is Namada? (Link to be notified later) To make privacy-preserving transfers more accessible to end users, Namada has been vertically integrated and will soon release a user-friendly interface.

Note: Participating in this project requires a token to participate, and the way to obtain a token can be through the previous email, or the official Twitter will also announce some FFAs

Installation Take Ubuntu as an example

Update apt and use dependencies

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

apt install git -y

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

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

namada-ts contribute default https://contribute.namada.net $TOKEN