# Quick Start

### Overview[​](broken://pages/LgQdqpj6PHvAZCqNxYsn) <a href="#overview" id="overview"></a>

Open Campus is a Layer-3 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 Codex (Testnet)[​](broken://pages/LgQdqpj6PHvAZCqNxYsn) <a href="#connecting-to-codex" id="connecting-to-codex"></a>

Reminder

**Open Campus Codex and its related documentation are under active development.**

To manually add the **Open Campus Codex** network to your wallet, use the following details:

| RPC URL                                        | ChainID  | Block Explorer URL                                               | Currency |
| ---------------------------------------------- | -------- | ---------------------------------------------------------------- | -------- |
| `https://rpc.open-campus-codex.gelato.digital` | `656476` | [Codex Block Explorer](https://opencampus-codex.blockscout.com/) | **EDU**  |

### Bridging Assets to Open Campus Codex Testnet[​](broken://pages/LgQdqpj6PHvAZCqNxYsn) <a href="#bridging-assets-to-open-campus-codex-testnet" id="bridging-assets-to-open-campus-codex-testnet"></a>

To start interacting with the Open Campus Codex Testnet, you'll need to bridge your assets. Bridging assets involves transferring cryptocurrencies from one blockchain (Arbitrum Sepolia) to another (Open Campus Codex). This process expands your asset's utility by enabling its use within the Open Campus ecosystem. Ensure **Arbitrum Sepolia** is the source and **EDU Chain Testnet** is the destination for the transaction.

* [Gelato Bridge](https://bridge.gelato.network/bridge/open-campus-codex)

### Deploying Smart Contracts on Codex[​](broken://pages/LgQdqpj6PHvAZCqNxYsn) <a href="#deploying-smart-contracts-on-codex" id="deploying-smart-contracts-on-codex"></a>

Open Campus Codex 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 Codex, refer to our comprehensive guide below.

[Deploy Smart Contracts on Codex](/start-building/smart-contracts.md) ↗️

### Support Channels[​](broken://pages/LgQdqpj6PHvAZCqNxYsn) <a href="#support-channels" id="support-channels"></a>

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://devdocs.educhain.xyz/start-building/quick-start.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.
