Mokshya Protocol's token vesting contract to vest tokens as per your need on the Aptos Blockchain.
git clone https://github.com/mokshyaprotocol/aptos-token-vesting
Change the file path in dependencies and update the addresses
aptos move compile --named-addresses token_vesting::acl_based_mb=<YOUR ADDRESS>
aptos move test
aptos move publish --named-addresses token_vesting::acl_based_mb=<YOUR ADDRESS>
Update program address inside tests vesting.ts
yarn test
Please review CONTRIBUTING.md for more information.