Create your NFTs

Creating ERC-721a NFTs

  1. After creating your contract, you will see various tabs containing details of your smart contract.

  2. Head to the 'Tokens' tab

  3. For ERC-721, because each token is completely unique and one of a kind, you will determine the price, max per transaction, and total supply before creating your token.

    • Price refers to price/NFT.
    • Max per Transaction refers to how many NFTs a user can purchase in 1 transaction.
    • Total Supply refers to how many tokens total across the contract.
    • Token Attributes refer to the Metadata that can be added in OpenSea's metadata standard
  4. Click 'Create Token' to start adding the name, description, and uploading a visual asset for your NFT.

  5. You will see the following screen when creating your first ERC-721 token.

  6. Once created, you can continue to repeat this process to create as many ERC-721 NFTs as you'd like!

  7. Last but not least, time to set up where you will receive these funds and to whom you'd like to also potentially split the funds with. See Proceeds and Royalties for next steps.

Creating ERC-1155 NFTs

  1. After creating your contract, you will see various tabs containing details of your smart contract.

  2. Head to the 'Tokens' tab

  3. For ERC-1155, because each token can have multiple copies, you will determine the price, max per transaction, and total supply when creating your token.

  4. Click 'Create Token' to start adding the name, description, visual asset for your NFT as well as determining the price, supply, and max per transaction allowed for this NFT.

    • Price refers to price/NFT.
    • Max per Transaction refers to how many NFTs a user can purchase in 1 transaction.
    • Total Supply refers to how many tokens total of this specific NFT.
  5. You will see the following screen when creating your first ERC-1155 token:

  1. Once created, you can continue to repeat this process to create as many ERC-1155 NFTs as you'd like!
  2. Last but not least, time to set up where you will receive these funds and to whom you'd like to also potentially split the funds with. See Proceeds and Royalties for next steps.

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at support.moonpay.com and we will get back to you as soon as we can.


What’s Next