README.adoc 598 B

123456789101112131415
  1. = Presets
  2. 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**.
  3. They can be used as-is for quick prototyping and testing, but are **also suitable for production environments**.
  4. 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.
  5. == Tokens
  6. {{ERC20PresetMinterPauser}}
  7. {{ERC721PresetMinterPauserAutoId}}
  8. {{ERC1155PresetMinterPauser}}