Galaxy Smart Wallet is a decentralized wallet built on Stellar, designed for secure and on-chain asset management. Developed with Next.js, TailwindCSS, and Zustand, it provides a seamless and user-friendly interface for interacting with the Stellar blockchain.
- Next.js - A powerful React framework for modern web apps.
- TailwindCSS - A utility-first CSS framework for styling.
- Zustand - A lightweight state management library.
- Framer Motion - Smooth and optimized animations.
- Stellar SDK - Stellar blockchain integration.
git clone https://github.com/Galaxy-KJ/galaxy-smart-wallet.git
cd galaxy-smart-walletnpm install
# or using yarn
yarn install
# or using pnpm
pnpm installCreate a .env.local file in the root directory with:
NEXT_PUBLIC_ENCRYPTION_KEY=your_secret_key
npm run dev
# or
yarn devOpen http://localhost:3000 in your browser to see the application in action.
- Next.js Docs - Learn more about Next.js.
- Stellar Docs - Stellar documentation.
- TailwindCSS Docs - TailwindCSS guide.
We appreciate all contributions to improve Galaxy Smart Wallet! Before you start, please check our Contribution Guidelines to follow best practices for branching, commits, and collaboration.
