# DemoCollection [Git Source](https://github.com/buildship-dev/nft-contracts/blob/fd1c33a9dbefe42158dfc60d10c0afde05c713aa/contracts/DemoCollection.sol) **Inherits:** [ERC721Community](/wiki/src/contracts/ERC721Community.sol/contract.ERC721Community.md) ## Functions ### constructor ```solidity constructor() ERC721Community( "DemoCollection", "DC", 1337, 1, START_FROM_ONE, "ipfs://QmABABABABABABABABABABABABABA/", MintConfig(0.1 ether, 5, 5, 500, msg.sender, false, false, true) ); ```