Skip to content

khdream/stellar-app-walletconnection

Repository files navigation

Stellar Demo App

A modern web application built with Next.js and Stellar SDK for demonstrating Stellar blockchain wallet connections and transactions.

🚀 Features

  • Stellar wallet integration using @creit.tech/stellar-wallets-kit
  • Modern UI components using Radix UI
  • Type-safe development with TypeScript
  • Form handling with React Hook Form and Zod validation

🛠️ Tech Stack

  • Framework: Next.js 15
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Radix UI
  • State Management: Jotai
  • Form Handling: React Hook Form + Zod
  • Blockchain: Stellar SDK
  • Wallet Integration: Stellar Wallets Kit

📦 Installation

  1. Clone the repository:
git clone https://github.com/yourusername/stellar-demo-app.git
cd stellar-demo-app
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev

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

🔧 Available Scripts

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

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

About

A web application built with Next.js and Stellar SDK for demonstrating Stellar blockchain wallet connections and transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors