-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Token Vesting Contracts #53
Comments
Would love to take this on. |
Awesome, assigned it to you! |
Could you give me the opportunity of working on this issue, please? |
Could I take over this issue? |
Hello, I’m Akinshola Akinniyi, a smart contract developer experienced in creating secure token contracts. I can efficiently implement a set of contracts for managing token vesting, including both linear and cliff schedules with customizable durations and start times. The token release will be automated, with both manual and automatic functions for partial releases. Administrative features will allow for schedule creation and modification, emergency pause/resume options, and beneficiary management with controlled access. I will ensure the implementation is gas-efficient and secure, addressing edge cases like mid-vesting revocation. A thorough test suite will be created to cover all scenarios. Please assign me this task; I look forward to contributing! |
Could I try solving this? |
Objective
The objective is to implement a comprehensive set of contracts that handles token vesting with configurable parameters and robust security features.
References
OpenZeppelin Vesting: https://docs.openzeppelin.com/contracts/5.x/api/finance#VestingWallet
Scope of Work
Implement contracts that cover the following key vesting components:
Requirements
The text was updated successfully, but these errors were encountered: