# Niftory x Dapper Wallet Part 2

This is a continuation from our last blogpost on getting your app setup with Dapper Wallet. Before you get started, we suggest you follow all of the steps in this previous Blogpost.

%[https://blog.niftory.com/niftory-x-dapper-wallet] 

## What's next?

Before your app is fully approved, in mainnet and available broadly in production, you'll need to do a few things.

*   Quality: Test your App Thoroughly
    
    *   Mint and Transfer NFTs to a Dapper Wallet Address
        
    *   Ensure Purchases work and show NFTs correctly
        
*   Submit your Contract to the NFT Catalog
    
*   Submit Your App for Approval
    

### **Quality: Testing your App Thoroughly**

**Mint and Transfer NFTs to a Dapper Wallet Address**

The easiest way to mint and transfer an NFT is through the [Niftory transfer API](https://docs.niftory.com/home/v/api/core-concepts/nfts/transferring-nfts). In order to perform purchases on Dapper Wallet, the NFTModel (or Collectible) has to be **minted** first, either via API or the Admin App.

%[https://docs.niftory.com/home/v/api/core-concepts/nfts/transferring-nfts] 

After you've created an NFT Model (also named Collectible), this API will automatically handle everything through minting and send the NFT to an address. **Note: Before you do this, ensure the Wallet is setup to receive this type of NFT.**

Alternatively, To mint at any time, you can go to the [Niftory Admin](https://admin.niftory.com) at any time, select an item, and click **Mint**, then mint the item. **Note: This mint is asynchronous, so it may take a little bit of time to complete.** Once you refresh and see "minted" on the admin page and a blockchain ID in the mint dialog, you'll know the mint is complete.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1670881957747/mowkKcjdb.png align="center")

If you've done this right, you'll see this NFT in your Dapper Wallet inventory.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1670882174691/DXi1KqGnA.png align="center")

For purchases, ensure all of this same data shows up in the Dapper Wallet page.

### Submit Your Contract to the NFT Catalog

This step is easy. Simply go to your App Page, then to NFT Catalog, and add in a title, description, and images you want the Catalog to see. That's it!

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1670882274474/h86VWHdSJ.png align="center")

### Submit Your App for Approval

Once this is all done, you're all set! Go ahead and talk to your Dapper Wallet account team and start submitting your app for approval.
