Skip to content

Commit 15dce07

Browse files
committed
docs: add beginner guidance and prerequisites to Get Started page
- Add 'New to Base? Start here' intro section - Add prerequisites list (Node.js, wallet, testnet ETH) - Add recommended 4-step workflow for new developers - Closes #966 docs: minor formatting fix
1 parent 50936e7 commit 15dce07

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/get-started/base.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ description: "The #1 Ethereum Layer 2, incubated by Coinbase"
44
mode: "wide"
55
---
66

7+
## New to Base? Start here
8+
9+
Base is an Ethereum Layer 2 network built for speed, low fees, and developer simplicity. Whether you're building payments, AI agents, or onchain apps, this page helps you find the right starting point.
10+
11+
### Prerequisites
12+
13+
Before you start building, make sure you have:
14+
15+
- A basic understanding of how Ethereum and smart contracts work
16+
- [Node.js](https://nodejs.org/) (v18 or later) installed
17+
- A wallet such as [Coinbase Wallet](https://www.coinbase.com/wallet) or [MetaMask](https://metamask.io/)
18+
- Some testnet ETH on Base Sepolia — get some free from the [Optimism Superchain Faucet](https://app.optimism.io/faucet)
19+
20+
### Recommended workflow
21+
22+
If you're new to Base, follow this path:
23+
24+
1. **Understand the network** — Read [Why Base](/base-chain/quickstart/why-base) to learn what makes Base different
25+
2. **Deploy your first contract** — Follow the [Deploy Smart Contracts](/get-started/deploy-smart-contracts) guide
26+
3. **Connect a wallet** — Integrate [Base Account](/base-account/quickstart/web) for authentication and payments
27+
4. **Go live** — Use the [Build an App](/get-started/build-app) guide to ship your project
28+
29+
---
30+
731
<div className="use-cases">
832
<div className="use-cases-links">
933
### Payments
@@ -59,3 +83,4 @@ mode: "wide"
5983
</div>
6084
</div>
6185
</div>
86+

0 commit comments

Comments
 (0)