Francisco Giordano 22de765f3c Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7 5 jaren geleden
..
ERC1155PresetMinterPauser.sol 04fc35707d Migrate contracts to Solidity 0.7 (#2319) 5 jaren geleden
ERC20PresetMinterPauser.sol 04fc35707d Migrate contracts to Solidity 0.7 (#2319) 5 jaren geleden
ERC721PresetMinterPauserAutoId.sol 22de765f3c Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7 5 jaren geleden
README.adoc ef3bbbcf40 Add readme notices with link to docs site (#2300) 5 jaren geleden

README.adoc

= Presets

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

These contracts integrate different Ethereum standards (ERCs) with custom extensions and modules, showcasing common configurations that are ready to deploy **without having to write any Solidity code**.

They can be used as-is for quick prototyping and testing, but are **also suitable for production environments**.

TIP: Intermediate and advanced users can use these as starting points when writing their own contracts, extending them with custom functionality as they see fit.

== Tokens

{{ERC20PresetMinterPauser}}

{{ERC721PresetMinterPauserAutoId}}

{{ERC1155PresetMinterPauser}}