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/ownership
Francisco Giordano 90831c8970 Squash merge of branch docs-v2.x into master 6 years ago
..
Ownable.sol migrate content to format for new docs site 6 years ago
README.adoc Squash merge of branch docs-v2.x into master 6 years ago
Secondary.sol merge api docs changes 6 years ago

README.adoc

= Ownership

Contract modules for simple authorization and access control mechanisms.

TIP: For more complex needs see xref:access.adoc.

== Contracts

{{Ownable}}

{{Secondary}}