Skip to content

xwwkk/alpha-point-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Point Suite

A modern Web3 application built with Next.js and ethers.js, powered by Reown AppKit.

🚀 Features

  • Next.js 15 with App Router
  • TypeScript support
  • Ethers.js v6 integration
  • Reown AppKit integration
  • Modern React 19
  • ESLint configuration
  • Environment variable support

📦 Prerequisites

  • Node.js (Latest LTS version recommended)
  • pnpm package manager

🛠️ Installation

  1. Clone the repository:
git clone [repository-url]
cd alpha-point-suite
  1. Install dependencies:
pnpm install
  1. Configure environment variables:
    • Go to Reown Cloud and create a new project
    • Copy your Project ID
    • Create a .env file in the root directory
    • Add your Project ID: NEXT_PUBLIC_PROJECT_ID=your_project_id

🏃‍♂️ Development

Start the development server:

pnpm dev

The application will be available at http://localhost:3000

🏗️ Build

Build the application for production:

pnpm build

Start the production server:

pnpm start

📚 Project Structure

src/
├── app/          # Next.js app router pages
├── components/   # React components
├── config/       # Configuration files
├── constants/    # Constants and enums
├── context/      # React context providers
└── hooks/        # Custom React hooks

🔧 Available Scripts

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Start production server
  • pnpm lint - Run ESLint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors