Install LocalTerra
Contents
Install LocalTerra#
Prerequisites#
Supported known architecture: x86_64
Terrain and LocalTerra
If you are using LocalTerra with Terrain, use the Terrain and LocalTerra install guide.
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
Stop#
$ docker-compose stop
Reset#
$ docker-compose rm