A synthetic non-transferrable token contract designed to manage the vesting of tokens, allowing you to track the balances of receivers. This contract supports configurable vesting schedules, cliff durations, and token distributions.
- Secure token vesting management
- Configurable vesting schedules
- Supports token beneficiaries with specified cliff durations
- Install dependencies:
npm install
- Run tests:
npx hardhat test
Deploy using Hardhat:
npx hardhat run scripts/deploy.js --network <network_name>