# Implantar com Remix IDE

O [Remix IDE](https://remix-project.org/) é uma ferramenta sem necessidade de configuração, com uma interface gráfica para desenvolver contratos inteligentes. Usado tanto por especialistas quanto por iniciantes, o Remix te colocará em ação rapidamente.

O Remix está disponível como ambiente baseado na web, um programa para desktop, uma extensão para VS Code e até uma ferramenta CLI.

Aqui, usaremos a versão baseada na web.

Você também pode usar a documentação oficial do Remix IDE para criar e implantar um contrato.

## Implantar um contrato inteligente usando Remix IDE

1. Acesse <https://remix.ethereum.org>. \
   O Remix IDE será aberto no seu navegador.

<figure><img src="/files/wBdjultm2d0Epy8Utrid" alt=""><figcaption></figcaption></figure>

2. Clique em Start Coding.

<figure><img src="/files/kVBgPoW9bf0M8MtvEiLG" alt="" width="375"><figcaption></figcaption></figure>

O editor abrirá com um template simples.

<figure><img src="/files/XKJH2GMuiwpoM9AqtaFd" alt=""><figcaption></figcaption></figure>

3. Abra a página do Contrato Inteligente ERC-20 e copie o contrato de exemplo para sua área de transferência.
4. Cole o contrato inteligente copiado no editor do Remix. Você pode renomear o arquivo na barra lateral esquerda, por exemplo, `token.sol`:&#x20;

<figure><img src="/files/sy4dTlea3J17JrWeFqOW" alt="" width="309"><figcaption></figcaption></figure>

Você também pode personalizar os valores de "symbol", "name", "decimals" e "\_totalSupply".

5. Clique em Compile.

<figure><img src="/files/K4e8oAEHtzsDCRBesu3z" alt="" width="375"><figcaption></figcaption></figure>

6. Abra a seção Deploy & run transactions.

<figure><img src="/files/iMNiRYbmD4UKY1imPxna" alt="" width="375"><figcaption></figcaption></figure>

* Certifique-se de que seu contrato está selecionado.
* Clique em Deploy.

7. Selecione "Injected Provider - MetaMask" no ambiente para vincular sua conta MetaMask. Sua carteira MetaMask deve abrir automaticamente. Selecione a caixa de seleção para conectar o contrato implantado com o MetaMask. Clique em Next.

<figure><img src="/files/SjepW4rkKjKMibJ0RvIO" alt="" width="354"><figcaption></figcaption></figure>

8. Selecione Connect para vincular sua MetaMask Wallet com seu contrato inteligente.

<figure><img src="/files/S3I4t0RLA8uDp8DyDs3W" alt="" width="343"><figcaption></figcaption></figure>

9. Retorne ao Remix IDE e selecione Send Transaction quando a janela pop-up aparecer.

<figure><img src="/files/sEjkKvLt2jwQXke4Zsrf" alt=""><figcaption></figcaption></figure>

10. Na sua MetaMask Wallet, na aba DETAILS, você verá informações sobre a implantação do contrato. Selecione Confirm se aprovar as taxas de transação.

<figure><img src="/files/d78tPpwarp3WsEeIPQHr" alt="" width="359"><figcaption></figcaption></figure>

Seu contrato está implantado na Blockchain Chiliz.

<figure><img src="/files/svF3cznMdhTApvgEUZsU" alt=""><figcaption></figcaption></figure>

Opcionalmente, você pode visualizar o contrato implantado no Block Explorer.

<figure><img src="/files/VxMAQjtcEFh85XKZ7pKj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chiliz.com/pt-br/inicio-rapido/implantar-e-verificar-um-contrato/implantar-com-remix-ide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
