> For the complete documentation index, see [llms.txt](https://docs.bahamut.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-remix.md).

# Using Remix

#### This tutorial will show you how to compile and deploy a smart contract using Remix.

### What you will do

* #### Create a file on Remix
* #### Upload or code the smart contract to the IDE
* #### Compile the smart contract
* #### Connect the application to chain via Metamask
* #### Deploy the smart contract

#### To start building a smart contract, click on New File and name it as HelloWorld.sol.&#x20;
