README.adoc 464 B

1234567891011121314
  1. = Finance
  2. [.readme-notice]
  3. NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/finance
  4. This directory includes primitives for financial systems:
  5. - {VestingWallet} handles the vesting of Ether and ERC-20 tokens for a given beneficiary. Custody of multiple tokens can
  6. be given to this contract, which will release the token to the beneficiary following a given, customizable, vesting
  7. schedule.
  8. == Contracts
  9. {{VestingWallet}}