A minimalist web application for unlocking vested TON tokens from the TON Locker contract.
# Install dependencies
yarn
# Run development server
yarn dev
# Build for production
yarn build
Visit the app at https://1ixi1.github.io/ton-vesting-unlocker
Add ?testnet=true
parameter: https://1ixi1.github.io/ton-vesting-unlocker?testnet=true
TON Believers Fund Locker contract address:
0:ED1691307050047117B998B561D8DE82D31FBF84910CED6EB5FC92E7485EF8A7
To withdraw available tokens:
- Connect your wallet or enter address manually
- Check your available balance
- Click "Withdraw Available" button
- For TON Connect: Approve the transaction
- For manual entry: Send 1 TON with comment "w" to the locker address
The app uses:
- React + TypeScript + Vite
- @tonconnect/ui-react for wallet integration
- @ton/ton, @ton/core for blockchain interaction
- Tailwind CSS for styling
- TonCenter API without key