Skip to content
1 change: 1 addition & 0 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"developers": {
"developers": "Developers",
"buildingOnScroll": "Building on Scroll",
"faq": "Frequently Asked Questions",
"developerQuickstart": "Developer Quickstart",
"verifyingSmartContracts": "Verifying Smart Contracts",
"scrollContracts": "Scroll Contracts",
Expand Down
1 change: 1 addition & 0 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const getSidebar = () => {
section: t("sidebar.developers.developers"),
contents: [
{ title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers") },
{ title: t("sidebar.developers.faq"), url: formatUrl("developers/faq") },
{ title: t("sidebar.developers.developerQuickstart"), url: formatUrl("developers/developer-quickstart") },
{
title: t("sidebar.developers.verifyingSmartContracts"),
Expand Down
49 changes: 49 additions & 0 deletions src/content/docs/en/developers/faq.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
section: developers
date: Last Modified
title: "Developer Frequently Asked Questions"
lang: "en"
permalink: "developers/faq"
whatsnext: { "L1 & L2 Bridging": "/en/developers/getting-started/" }
excerpt: "."
---

## EVM Compatibility & Infrastructure

**What are the opcode differences on Scroll compared to Ethereum?**

Scroll is fully EVM-equivalent, but certain rollup-specific opcodes differ. A full breakdown can be found here: [Rollup Codes: Scroll Overview](https://www.rollup.codes/scroll#overview).

**Can I run my own node on Scroll?**

Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).

## Testnet ETH

**How do I get testnet ETH on Scroll?**

You can request testnet ETH via the official Scroll telegram faucet bot by sending a message to @scroll_up_sepolia_bot who will provide access to the faucet. Once on the faucet telegram group chat, send your wallet address on a `/drop YOUR_ETHEREUM_ADDRESS` command and the bot will automatically send some funds to you.

**Is there an alternative way to get testnet ETH?**

Yes. Please refer to our list of [Unofficial Facuets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).

## Developer Tooling & Ecosystem

**Where can I find the list of developer tooling available on Scroll?**

See the full list here: [Scroll Developer Tooling](https://docs.scroll.io/en/developers/tooling-deployed-on-scroll/).

**Where can I explore the ecosystem of projects deployed on Scroll?**

The live ecosystem page is here: [Scroll Ecosystem Data page](https://docs.scroll.io/en/developers/developer-ecosystem/) and the full list [Scroll Ecosystem Projects](https://scroll.io/ecosystem).

## Errors & Support

**I have a question about my node, the faucet or developing on Scroll. What should I do?**

Please join the Scroll Discord server and ask on the `#developers` or `#developer-support` discord channels.

**I want to connect to the BD team. What should I do?**

To connect with the BD team please fill the [Scroll BD Intake form](https://tally.so/r/wM2aaE).