> For the complete documentation index, see [llms.txt](https://docs.cyberway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberway.io/software_manuals/how_to_guides/deploy_smart_contract.md).

# How To Deploy A Smart Contract

## Goal

Deploy dApp contract.

## Before you begin

* Install the currently supported version of `cleos`.
* Unlock the wallet which contains the private key of the contract account.

## Steps

Execute:

```bash
$ cleos set contract contract_account contract_directory_path
```

Replace the `contract_directory_path` with the path points to your contract folder.
