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.
Use the package manager npm to install dependencies and run the development server.
git clone <repository-url>
cd 2lyp-token-ecosystem
npm installStart the development server:
npm run devOpen the application at http://localhost:3000
- 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.
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.
Made with ❤️ by 2LYP Computations PVT Ltd
This project is licensed under GPL-3.0. Please refer the license file for more details.