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.
Install LocalTerra
- 
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. 
Install the FCD
- 
To run the FCD with LocalTerra, clone the FCD repo and follow the README.md instructions to run the FCD with LocalTerra.
 - 
After installing and running the FCD repo, it can be accessed at http://localhost:3060.
 
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
 
Stop
_1$ docker-compose stop
Reset
_1$ docker-compose rm