> For the complete documentation index, see [llms.txt](https://etherlime.gitbook.io/etherlime/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherlime.gitbook.io/etherlime/developer-documentation/etherlime-cli/ide.md).

# etherlime ide

## Syntax

```
etherlime ide [port]
```

Parameters:

\* `port` - \[Optional] By specifying `--port` you can specify port your ganache is running on. Default: 8545 Running this command will run web-based Solidity IDE that works with the file system. It will allow you to easily edit, compile, deploy and interact with your smart contracts. You must have a running ganache to start the IDE with loaded accounts.
