Skip to content

Commit affa08d

Browse files
authored
added faq (#481)
1 parent 0055a8e commit affa08d

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"developers": {
8080
"developers": "Developers",
8181
"buildingOnScroll": "Building on Scroll",
82+
"faq": "Frequently Asked Questions",
8283
"developerQuickstart": "Developer Quickstart",
8384
"verifyingSmartContracts": "Verifying Smart Contracts",
8485
"scrollContracts": "Scroll Contracts",

src/config/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export const getSidebar = () => {
8080
section: t("sidebar.developers.developers"),
8181
contents: [
8282
{ title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers") },
83+
{ title: t("sidebar.developers.faq"), url: formatUrl("developers/faq") },
8384
{ title: t("sidebar.developers.developerQuickstart"), url: formatUrl("developers/developer-quickstart") },
8485
{
8586
title: t("sidebar.developers.verifyingSmartContracts"),
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
section: developers
3+
date: Last Modified
4+
title: "Developer Frequently Asked Questions"
5+
lang: "en"
6+
permalink: "developers/faq"
7+
whatsnext: { "L1 & L2 Bridging": "/en/developers/getting-started/" }
8+
excerpt: "."
9+
---
10+
11+
## EVM Compatibility & Infrastructure
12+
13+
**What are the opcode differences on Scroll compared to Ethereum?**
14+
15+
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).
16+
17+
**Can I run my own node on Scroll?**
18+
19+
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/).
20+
21+
## Testnet ETH
22+
23+
**How do I get testnet ETH on Scroll?**
24+
25+
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.
26+
27+
**Is there an alternative way to get testnet ETH?**
28+
29+
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).
30+
31+
## Developer Tooling & Ecosystem
32+
33+
**Where can I find the list of developer tooling available on Scroll?**
34+
35+
See the full list here: [Scroll Developer Tooling](https://docs.scroll.io/en/developers/tooling-deployed-on-scroll/).
36+
37+
**Where can I explore the ecosystem of projects deployed on Scroll?**
38+
39+
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).
40+
41+
## Errors & Support
42+
43+
**I have a question about my node, the faucet or developing on Scroll. What should I do?**
44+
45+
Please join the Scroll Discord server and ask on the `#developers` or `#developer-support` discord channels.
46+
47+
**I want to connect to the BD team. What should I do?**
48+
49+
To connect with the BD team please fill the [Scroll BD Intake form](https://tally.so/r/wM2aaE).

0 commit comments

Comments
 (0)