Sample App Default Pages

Sample App comes with a number of out of the box pages. These pages are designed to work no matter what NFTs your app is using. As long as you've configured Sample App correctly, these pages will auto-populate with all of the relevant content for your Asset Layer app. Of course, you are welcome to remove, alter, or add pages as needed.

Home

The home page displays your app's name, description, and image. These can be edited in the Asset Layer dashboard. It includes a HandCash login button which will authenticate users for your app.

NFT Explorer

The NFT explorer provides an interface to view all of the NFTs in your application. Users will be able to explore NFTs by slot, collection, and examining individual NFTs. In the NFT details section, users can see an NFTs current properties and expression values. This page makes use of our DisplayNFT react component which makes it easy to access any of an NFTs expression values for any supported expression type.

My NFTs (Inventory)

My NFTs is an inventory explorer which allows users to view the NFTs they own from your app. These NFTs are organized in the same fashion as the NFT explorer and also includes an NFT details section using our DisplayNFT component.

Marketplace (Coming Soon)

Sample App will come with a built in marketplace. This marketplace will contain all of the active listings from your app. It will also allow users to create new listings and manage their existing listings.

Store (Coming Soon)

Sample App will come with a store which can be used to sell NFTs directly from the app to users. The store will have built in support for alternative payment options by connecting a merchant account from popular services like Stripe or Shopify.

Docs

For your convenience, we've included a link to the Asset Layer docs in Sample App. You are more than welcome to remove this page for production apps.

Last updated