Quickstart repo for building your own xNFT.
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.
First, install dependencies.
yarn
Then, run the dev server with hot reloading
yarn dev
Now that you have your xNFT dev server running, open it in the Backpack simulator to see it run.
That's it!