Skip to content

Galaxy-KJ/GalaxyKJ-wallet

Galaxy Smart Wallet Logo

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.

🚀 Technologies Used

  • 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.

🛠 Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/Galaxy-KJ/galaxy-smart-wallet.git
cd galaxy-smart-wallet

2️⃣ Install Dependencies

npm install
# or using yarn
yarn install
# or using pnpm
pnpm install

3️⃣ Set Up Environment Variables

Create a .env.local file in the root directory with:

NEXT_PUBLIC_ENCRYPTION_KEY=your_secret_key

4️⃣ Start the Development Server

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the application in action.


📖 Additional Resources


🎨 Theme (Dark / Light)

  • Toggle: Use the theme toggle in the header to switch between dark and light mode.
  • Persistence: The selected theme is saved in localStorage under the key galaxy-theme.
  • Default: If no saved preference exists, the app follows the system theme (prefers-color-scheme).

🤝 Contributing

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors