Create your ERC-721 collection
You can create your own NFT collection using the common ERC-721 standard. For this example, we’ll name our collection “Space Bunnies”. There are some great tools to help you do this pretty easily. This example was pre-generated using the Contracts Wizard by OpenZeppelin.OpenZeppelin requiredTo run the generated code, you also need to install the OpenZeppelin contracts package from NPM.In your project directory, run:
npm install @openzeppelin/contracts.