Skip to content

2LYP/2lyp-token-ecosystem

2LYP Token Hub

2LYP Token Hub is a web dashboard and administration interface for the 2LYP token ecosystem. It provides real-time analytics, distribution and vesting insights, and admin controls for authorized accounts.

License: MIT Next.js React Wagmi Viem Recharts MIT

Installation

Use the package manager npm to install dependencies and run the development server.

git clone <repository-url>
cd 2lyp-token-ecosystem
npm install

Usage

Start the development server:

npm run dev

Open the application at http://localhost:3000

Notes on usage

  • Connect a Web3 wallet (MetaMask or similar) to access wallet-dependent features.
  • Admin functionality is visible only when the connected account matches the contract owner; contract-level checks still apply.

Contributing

Pull requests are welcome. For major changes, open an issue first to discuss what you would like to change.

Branch naming convention:

  • Features: feature/<short-description>
  • Bug fixes: fix/<short-description>
  • Chores: chore/<short-description>
  • Hotfixes: hotfix/<short-description>

Please make sure to update or add tests as appropriate.

Author(s)

Made with ❤️ by 2LYP Computations PVT Ltd

License

This project is licensed under GPL-3.0. Please refer the license file for more details.