# Namada 测试网环境搭建教材(Linux系统 ) **Published by:** [RoninFourNon](https://paragraph.com/@z8888/) **Published on:** 2023-01-12 **URL:** https://paragraph.com/@z8888/namada-linux ## Content 官方教材地址: https://docs.namada.net/testnets/environment-setup.html 安装步骤(一条一条执行):git clone https://github.com/anoma/namada && cd namada && git checkout $NAMADA_TAG sudo apt-get update -y sudo apt purge needrestart -y sudo apt-get install build-essential make pkg-config libssl-dev libclang-dev -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 1 等待完成后重启服务器cd namada make build-release make install 发送 namada --version 查看是否安装成功。 2.安装 Tendermint 环境cd sudo snap install go --channel=1.18/stable --classic git clone https://github.com/heliaxdev/tendermint && cd tendermint && git checkout $TM_HASH make install make build tendermint version ## Publication Information - [RoninFourNon](https://paragraph.com/@z8888/): Publication homepage - [All Posts](https://paragraph.com/@z8888/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@z8888): Subscribe to updates