Setting Up the Project

Clone/fork the SIWA Connect repo to get started

Clone the Repo

git clone https://github.com/headline-design/siwa-connect.git
cd siwa-connect
Get started quickly with SIWA Connect

Install the necessary dependencies:

Environment Setup

Create a .env.local file in the root of your project and add the following:

These environment variables are used to connect to the Algorand testnet. You can adjust these values if you're using a different network or your own node.

Project Structure

The project structure should look like this:

In the next section, we'll dive into implementing the SIWA Connect functionality.

Last updated