# Start Building

## Quick Start

### Overview

re.al is a Layer-2 solution enhancing Ethereum, providing an EVM-compatible environment for seamless integration. It utilizes advanced cryptographic techniques for efficiency and inherits Ethereum's security.

### Connecting to re.al Testnet

{% hint style="warning" %}
**re.al Testnet and its related documentation are under active development.**

All feedback is welcome and highly appreciated. Please report errors or inconsistencies to a team member or as an issue on our [Issues Tracker](https://github.com/YourOrg/your-repo/issues), thank you.
{% endhint %}

To manually add the **re.al Testnet** network to your wallet, use the following details:

### Unreal Testnet Network Details

| Network Attribute |                   Value                   |
| ----------------- | :---------------------------------------: |
| chainID           |                   18232                   |
| Settlement Layer  |                  Holesky                  |
| Currency          |                   reETH                   |
| RPC Url           | <https://rpc.unreal-orbit.gelato.digital> |
| Explorer          |      <https://unreal.blockscout.com>      |

[The public summary of the testnet can be found here. ](https://raas.gelato.network/rollups/details/public/unreal)

To add the network to MetaMask, you can either enter the data above manually or use the link provided at the bottom of the re.al Testnet Block Explorer page.

### Bridging Assets to re.al Testnet

To start interacting with the re.al Testnet, you'll need to bridge your assets. Bridging assets involves transferring cryptocurrencies from one blockchain (Ethereum) to another (re.al Testnet). This process expands your asset's utility by enabling its use within the re.al ecosystem.

To bridge your assets to the re.al Testnet, follow this [link to the unreal network bridge.](https://bridge.gelato.network/bridge/unreal)

### Deploying Smart Contracts on re.al

The re.al provides a development environment that is designed to be familiar to those who have worked with Ethereum. It allows developers to deploy smart contracts using existing Ethereum tools and workflows, ensuring a smooth transition and a user experience characterized by higher throughput and reduced transaction costs.

To learn more about how to deploy your smart contracts to the re.al Testnet, refer to our comprehensive guide below.

[Deploy Smart Contracts on re.al Testnet ↗️](/build-on-re.al/smart-contracts.md)

### Support Channels

For support, developers can consult the community on platforms like StackExchange or join the official Discord server.


---

# 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.re.al/build-on-re.al/start-building.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.
