minter-xnft-app
minter-xnft-app copied to clipboard
An xNFT app to mint NFTs from a Candy Machine
minter-xnft-app
An xNFT app to mint NFTs from a Candy Machine
Most code is from Candy Machine UI turned into react-xnft components
Developing
Once you've installed Backpack, get started building your xNFT with these steps. Note that the packages here will always use the latest, which correspond to the latest tagged build of Backpack. If you have unexepected issues, make sure your package versions match the app version.
Install
First, install dependencies.
yarn
Run the dev server
Then, run the dev server with hot reloading
yarn dev
Open the Simulator in Backpack
Now that you have your xNFT dev server running, open it in the Backpack simulator to see it run.
That's it!