Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/degenbuilder7/cxnft
https://github.com/degenbuilder7/cxnft
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/degenbuilder7/cxnft
- Owner: degenbuilder7
- Created: 2023-08-16T16:01:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-16T16:02:09.000Z (about 1 year ago)
- Last Synced: 2024-04-10T20:07:29.119Z (7 months ago)
- Language: TypeScript
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xnft-quickstart
Quickstart repo for building your own xNFT.
## 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.
Further documentation: https://docs.xnfts.dev/getting-started/getting-started
### 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!
## Build & Publish
Once you're done and ready to publish, build your xNFT:
```
yarn build
```Test the newly created build in `dist/index.html` in the simulator:
```
yarn start
```Once everything looks good head over to [xnft.gg](https://www.xnft.gg) to publish your xNFT!