8000 GitHub - Keasano/Liedsol: A modern liquid staking protocol built on Solana
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Keasano/Liedsol

Repository files navigation

LIESOL - Liquid Staking Protocol

LIESOL is a liquid staking protocol for Solana, allowing users to stake their SOL tokens while maintaining liquidity through LSOL tokens.

Features

  • Stake SOL tokens and receive LSOL tokens
  • Unstake LSOL tokens back to SOL
  • Real-time exchange rate updates
  • Wallet integration with ConnectKit
  • Modern and intuitive user interface

Technology Stack

  • Next.js 14 (App Router)
  • TypeScript
  • Tailwind CSS
  • ConnectKit for wallet integration
  • Zustand for state management

Getting Started

  1. Clone the repository:
git clone [your-repository-url]
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory and add your environment variables:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_project_id
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

  • /src/app - Next.js app router pages and layouts
  • /src/components - Reusable React components
  • /src/store - Global state management with Zustand
  • /public - Static assets and images

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A modern liquid staking protocol built on Solana

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published
0