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/deploy-ready
Nicolás Venturo a0f6bd3926
Add 'deploy-ready' token contracts (#2167)
5 years ago
..
ERC20MinterPauser.sol Add 'deploy-ready' token contracts (#2167) 5 years ago
ERC721MinterPauser.sol Add 'deploy-ready' token contracts (#2167) 5 years ago
README.adoc Add 'deploy-ready' token contracts (#2167) 5 years ago

README.adoc

= Deploy Ready

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

{{ERC20MinterPauser}}

{{ERC721MinterPauser}}