Hadrien Croubois ae753b7eac Improve VestingWallet's constructor and RSA.pkcs1Sha256 documentation (#5229) 1 an în urmă
..
README.adoc 7bd2b2aaf6 Use ERC-XXX syntax (#4730) 1 an în urmă
VestingWallet.sol ae753b7eac Improve VestingWallet's constructor and RSA.pkcs1Sha256 documentation (#5229) 1 an în urmă
VestingWalletCliff.sol ae753b7eac Improve VestingWallet's constructor and RSA.pkcs1Sha256 documentation (#5229) 1 an în urmă

README.adoc

= Finance

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/finance

This directory includes primitives for financial systems:

- {VestingWallet} handles the vesting of Ether and ERC-20 tokens for a given beneficiary. Custody of multiple tokens can
be given to this contract, which will release the token to the beneficiary following a given, customizable, vesting
schedule.

== Contracts

{{VestingWallet}}