Install LocalTerra
Prerequisites
- Docker
 docker-compose- Supported known architecture: x86_64
 
💡Terrain and LocalTerra
If you are using LocalTerra with Terrain, use the Terrain with LocalTerra guide.
Installation
- 
Run the following command to clone the LocalTerra repository:
_1git clone --depth 1 https://www.github.com/terra-money/LocalTerra - 
Make sure your Docker daemon is running in the background and
docker-composeis installed. 
Using LocalTerra
Start
_2cd LocalTerra_2docker-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
_1$ docker-compose stop
Reset
_1$ docker-compose rm
FCD
Clone the FCD repo and follow the README.md instructions to run the FCD with LocalTerra.