Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/get-started/build-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ description: A guide to building a next.js app on Base using OnchainKit

Welcome to the Base quickstart guide! In this walkthrough, we'll create a simple onchain app from start to finish. Whether you're a seasoned developer or just starting out, this guide has got you covered.

## Prerequisites

Before you begin, make sure you have the following installed:

- [Node.js](https://nodejs.org/) (version 18 or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
- A code editor like [VS Code](https://code.visualstudio.com/)
- Basic knowledge of React and Next.js

:::tip
New to Base? Check out our [Base overview](/base-overview) to learn more about the Base network.
:::


## What You'll Achieve

By the end of this quickstart, you'll have built an onchain app by:
Expand Down