Setting Up the Project
Clone/fork the SIWA Connect repo to get started
Last updated
Clone/fork the SIWA Connect repo to get started
Last updated
Install the necessary dependencies:
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.
The project structure should look like this:
In the next section, we'll dive into implementing the SIWA Connect functionality.