Skip to content

livethelifetv/nft-creator-ui

Repository files navigation

nft-creator-ui

An easy and quick way to create NFTs on Solana blockchain

Create your own GUI

Setting your own domain name

The package.json file contains a field called homepage, change it to your name domain.
The package.json file contains a field called repoURL, change it to your repo address.

Deploy to GH Pages

Check that you have put your domain name (see section above) then run:

yarn deploy

Customizing

NFTCreator uses VueJS and Vuetify library.

Collect referral fees

To be implemented

Todo

  • Create market option
  • Add referral fees
  • Increase 2mb limitation

Commands

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Deploy to GH Pages

yarn deploy