{"id":25212996,"url":"https://github.com/arunkumar201/web3-siwe","last_synced_at":"2026-04-24T12:05:51.630Z","repository":{"id":234770752,"uuid":"784289959","full_name":"arunkumar201/web3-siwe","owner":"arunkumar201","description":" Web3 authentication app","archived":false,"fork":false,"pushed_at":"2024-08-15T07:52:22.000Z","size":685,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T13:03:02.167Z","etag":null,"topics":["nextjs14","tailwindcss","viem","wagmi","web3-dapp","web3-modal"],"latest_commit_sha":null,"homepage":"https://web3-siwe.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arunkumar201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-09T15:01:01.000Z","updated_at":"2024-08-21T03:11:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c4fd0f3-b436-4b0b-9549-3192f2959c28","html_url":"https://github.com/arunkumar201/web3-siwe","commit_stats":null,"previous_names":["arunkumar201/web3-login-next-auth","arunkumar201/web3-siwe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arunkumar201/web3-siwe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fweb3-siwe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fweb3-siwe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fweb3-siwe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fweb3-siwe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arunkumar201","download_url":"https://codeload.github.com/arunkumar201/web3-siwe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fweb3-siwe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879271,"owners_count":23223736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs14","tailwindcss","viem","wagmi","web3-dapp","web3-modal"],"created_at":"2025-02-10T15:18:38.073Z","updated_at":"2026-04-24T12:05:46.591Z","avatar_url":"https://github.com/arunkumar201.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3-SIWE Authentication Application\n\n[![Next.js](https://img.shields.io/badge/next.js-000000?logo=next.js\u0026logoColor=white)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-06B6D4?logo=tailwindcss\u0026logoColor=white)](https://tailwindcss.com/)\n\nThis is a Web3-SIWE authentication application built with Next.js, TypeScript, and Tailwind CSS. It leverages `wagmi`, `web3modal`, and `siwe` for Web3 interactions and Sign-In With Ethereum (SIWE) authentication. The project is configured with Prettier for code formatting and PostCSS for CSS processing.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Running the Development Server](#running-the-development-server)\n  - [Building for Production](#building-for-production)\n\n- [Configuration](#configuration)\n  - [Environment Variables](#environment-variables)\n\n## Features\n\n- **Next.js**: A React framework for building server-rendered or statically-generated applications.\n- **TypeScript**: A strongly typed programming language that builds on JavaScript.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **Wagmi**: Reactivity for Ethereum apps.Type Safe, Extensible, and Modular by design. Build high-performance blockchain frontends.\n- **Next-Auth**: A complete open-source authentication solution for Next.js applications.\n- **React Query**: A library for fetching, caching, and updating asynchronous data in React applications.\n- **Prettier**: An opinionated code formatter.\n- **PostCSS**: A tool for transforming CSS with JavaScript plugins.\n- **web3modal**: A library to easily connect to Ethereum providers.\n- **siwe**: Sign-In With Ethereum protocol for authentication.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/) (v18 or later)\n- [pnpm](https://pnpm.io/) \n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone git@github.com:arunkumar201/web3-siwe.git\n   cd web3-siwe\n2. Install the dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n\nRunning the Development Server\n``` bash\nnpm run dev\n# or\nyarn dev\n\nOpen http://localhost:3000 with your browser to see the result.\n\nBuilding for Production\n```bash\nnpm run build\n# or\nyarn build\n\n\n## Configuration\nCreate a .env.local file in the root of your project to define environment variables:\n```.env\nNEXT_PUBLIC_API_URL=http://localhost:3000\nNEXTAUTH_URL=http://localhost:3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fweb3-siwe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunkumar201%2Fweb3-siwe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fweb3-siwe/lists"}