A simple dashboard built with ReactiveDOT to view and unlock vested DOT tokens on Polkadot Asset Hub.
- Read-Only Mode: View vesting schedules for any Polkadot address without connecting a wallet
- Wallet Mode: Connect your wallet to unlock your own vested DOT tokens
- Vest Other: Unlock vested tokens on behalf of another account (you pay the transaction fees)
- Visual Timeline: Interactive graphs showing vesting unlock schedules
- Multiple Wallet Support: Works with browser extension wallets and Ledger hardware wallets
git clone <repository-url>
cd vesting-dotyarn installyarn papiCreate a .env.local file in the project root for the Subscan API key:
VITE_SUBSCAN_API_KEY=your_subscan_api_key_hereNote: The app will work without a Subscan API key, but balance information from Subscan may be rate-limited.
yarn devThe app will be available at http://localhost:5173 (or another port if 5173 is in use).