# SmartContracts

This chapter will guide you through deployment of your first Solidity based SmartContract on Lumia Chain (zkEVM). Feel free to skip to relevant parts based on your experience and comfort level.

In this tutorial, you'll learn to develop and deploy a smart contract on Lumia Chain zkEVM, tailored for those new to EVM and seeking a basic yet thorough understanding of the process. Expected to take about 30 minutes, completing this tutorial will mark your entry into dApp development!&#x20;

Requirements include:

* Basic knowledge of Solidity
* Familiarity with software development tools and CLIs
* Basic understanding of MetaMask
* Access to an IDE like; VSCode or Remix

**What you will accomplish in this tutorial:**

* Learn about Lumia Chain
* Configure MetaMask
* Deploy a smart contract onto Testnet
* Obtain some test tokens from the faucet
* Deploy a smart contract on Lumia Testnet


---

# 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.lumia.org/build/smartcontracts.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.
