dApp
Tutorial
在 Aptos 区块链上创建 NFT 市场。
Author: Jianyi

In this example, we will create an on-chain NFT marketplace, enabling users to buy and sell Aptogotchi NFTs. This showcases the power and security of smart contracts and the Move language, allowing for a serverless, intermediary-free marketplace on the Aptos blockchain.

While there are complex features like auctions, we'll focus on the most basic features:

  1. Listing NFTs: NFT owners list their NFTs in the marketplace, making them available for potential buyers to purchase.
  2. Buying NFTs: Users can buy any NFT listed with the price set by the NFT owner.
  3. Minting NFTs: For the demo purpose, we also built a Mint feature where you can mint NFTs to sell.