# Quickstart Guide

{% hint style="info" %}
Requirements:&#x20;

* Node.js (v14 or later)
* Algorand wallet (Pera Wallet or Defly Wallet)
* An Algorand account on the integrated wallet
  {% endhint %}

## Prerequisites

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

* Node.js (v14 or later)
* npm (v6 or later) or yarn
* Git

You should also have:

* Basic knowledge of React and Next.js
* An Algorand wallet (Pera Wallet or Defly Wallet)
* A text editor or IDE of your choice

### What You'll Build

By following this guide, you'll create a Next.js application that:

* Allows users to connect their Algorand wallet
* Implements SIWA authentication
* Provides a clean, responsive UI for the authentication process
* Handles error states and provides user feedback

In the next section, we'll set up the project and install the necessary dependencies.
