Brushfam / openbrush-contracts

https://openbrush.io
MIT License
25 stars 11 forks source link

Add `VestingWallet` contract #166

Open Artemka374 opened 1 year ago

Artemka374 commented 1 year ago

This contract handles the vesting of funds, whether the native token or PSP22, for a given beneficiary. Its implementation shares similarities with the PaymentSplitter implementation. More details can be found here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/finance/VestingWallet.sol