# Deploy Smart Contract on BEVM Canary

Your journey is almost finished. At last, you will deploy a smart contract on BEVM Canary.&#x20;

### Deploy Contract on BEVM Canary <a href="#deploy-contract-on-shibuya" id="deploy-contract-on-shibuya"></a>

Now, we shall proceed to deploy a smart contract on BEVM Canary, utilizing the identical process as employed for BEVM Canary TestNet. Initiate Remix, compile your code, and deploy your contract. It is crucial to verify that the Custom (1501) network is visible under the environment field during your deployment.

After a brief wait, you will observe that the contract has been successfully deployed on BEVM Canary, and you will also have the ability to import the recently deployed ERC20 token into MetaMask.

### Next Step[​](https://docs.astar.network/docs/build/EVM/first-contract/deploy-shibuya#next-step) <a href="#next-step" id="next-step"></a>

Congratulations! You have now ascended to the role of a dApp developer on BEVM Canary. To further enhance and broaden your newly acquired skills as a smart contract developer, we highly recommend immersing yourself in our official documentation and builders' guides. Additionally, consider joining our Discord community to exchange thoughts with fellow developers and receive technical support.


---

# 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://documents.geb.network/evm-development/smart-contract/write-a-contract/deploy-smart-contract-on-bevm-canary.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.
