openzeppelin_presets 0.17.0
OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts-cairo/presets
Presets are ready-to-deploy contracts provided by the library. Since presets are intended to be very simple and as
generic as possible, there’s no support for custom or complex contracts such as ERC20Pausable
or ERC721Mintable
.
For contract customization and combination of modules you can use Wizard for Cairo, our code-generation tool.
Version 0.17.0
Uploaded 1 month ago
Size 16.8 KB
Run the following command in your project dir
scarb add openzeppelin_presets@0.17.0
Or add the following line to your Scarb.toml
openzeppelin_presets = "0.17.0"
Repository github.com/OpenZeppelin/cairo-contracts
Documentation docs.openzeppelin.com/contracts-cairo