Install LocalTerra
Contents
Install LocalTerra#
Prerequisites#
Supported known architecture: x86_64
Installation#
Run the following commands:
$ git clone --depth 1 https://www.github.com/terra-money/LocalTerra $ cd LocalTerra
Make sure your Docker daemon is running in the background and
docker-compose
is installed.
Using LocalTerra#
Start#
$ docker-compose up
Your environment now contains:
terrad RPC node running on
tcp://localhost:26657
LCD running on http://localhost:1317
FCD running on http://localhost:3060
An oracle feeder feeding live prices from mainnet, trailing by one vote period
Stop#
$ docker-compose stop
Reset#
$ docker-compose rm