Skip to content

KevinMB0220/GalaxyKJ-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

428 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


🤝 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

No packages published

Languages

  • TypeScript 94.2%
  • Rust 4.1%
  • JavaScript 1.7%