# xnft **Repository Path**: mirrors_stephenplusplus/xnft ## Basic Information - **Project Name**: xnft - **Description**: 🚀 Executable NFT Protocol and Marketplace - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-03 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xNFT ## Developing ### Install Anchor First install the Anchor dev tools. See book.anchor-lang.com. ### Installing and building submodules Then, install and build all submodules. ```bash make bootstrap ``` ### Building To build the program, run ```bash anchor build ``` ### Testing To test the program, run ```bash anchor test ``` ### Localnet To run a localnet with all the required programs deployed, first build and then run ```bash anchor localnet ```