A modern web application built with Next.js and Stellar SDK for demonstrating Stellar blockchain wallet connections and transactions.
- 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
- 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
- Clone the repository:
git clone https://github.com/yourusername/stellar-demo-app.git
cd stellar-demo-app- Install dependencies:
yarn install- Start the development server:
yarn devThe application will be available at http://localhost:3000
yarn dev- Start development serveryarn build- Build for productionyarn start- Start production serveryarn lint- Run ESLint
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request