Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.76 KB

installation.md

File metadata and controls

56 lines (38 loc) · 1.76 KB

Install Terra

This guide will explain how to install the terrad and terracli entrypoints onto your system. With these installed on a server, you can participate in the latest testnet as either a Full Node or a Validator.

Install Go

Install go by following the official docs.

::: tip Go 1.12+ + is required for Terra Core. :::

Install the binaries

Next, let's install the latest version of Terra Core. Here we'll use the master branch, which contains the latest stable release. If necessary, make sure you git checkout the correct released version.

git clone https://github.com/terra-project/core/
git checkout master
make

NOTE: If you have issues at this step, please check that you have the latest stable version of GO installed.

That will install the terrad and terracli binaries. Verify that everything is OK:

$ terrad version --long
$ terracli version --long

terracli for instance should output something similar to:

terra-money: 0.1
git commit: 1fba7308fa226e971964cd6baad9527d4b51d9fc
vendor hash: 1aec7edfad9888a967b3e9063e42f66b28f447e6
build tags: netgo ledger
go version go1.12.1 linux/amd64
Build Tags

Build tags indicate special features that have been enabled in the binary.

Build Tag Description
netgo Name resolution will use pure Go code
ledger Ledger devices are supported (hardware wallets)

Next

Now you can join the public testnet or create you own testnet