Skip to main content

Deploy an NFT

Learn how to create, deploy, and mint NFTs on Nexis Appchain using ERC721 standards.

Simple NFT Contract

contracts/SimpleNFT.sol

Advanced NFT with Features

contracts/AdvancedNFT.sol

Metadata Structure

metadata.json

Deploy and Mint

scripts/deploy-nft.js

Upload to IPFS

scripts/upload-to-ipfs.js

Interact with NFT

Next Steps

Deploy NFT Collection

Create a full NFT collection

Build NFT Marketplace

Build marketplace for your NFTs