README.adoc 765 B

12345678910111213141516171819202122
  1. = Presets
  2. [.readme-notice]
  3. NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/presets
  4. 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**.
  5. They can be used as-is for quick prototyping and testing, but are **also suitable for production environments**.
  6. 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.
  7. == Tokens
  8. {{ERC20PresetMinterPauser}}
  9. {{ERC721PresetMinterPauserAutoId}}
  10. {{ERC1155PresetMinterPauser}}
  11. {{ERC20PresetFixedSupply}}
  12. {{ERC777PresetFixedSupply}}