> For the complete documentation index, see [llms.txt](https://docs.vera.financial/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vera.financial/developers/getting-started/using-docker/build-using-docker.md).

# Build using Docker

## 🐋 Run the Docker container

Using this one command, you will have a ready-to-use environment.

```bash
docker run -it veradefi/substrate_env:latest
```

{% hint style="info" %}
This will start a terminal where you can get the contracts and build them using the command below
{% endhint %}

### 🏗️ Build

To compile the smart contract, run the following command

```bash
cargo +nightly contract build
```

###
