mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/finance
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697)
4 years ago
..
PaymentSplitter.sol Add Prettier for linting and fix Solhint config (#2697) 4 years ago
README.adoc Further reorganisation of the repo (#2575) 4 years ago

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. We currently only offer the {PaymentSplitter} contract, but we want to grow this directory so we welcome ideas.

== PaymentSplitter

{{PaymentSplitter}}