Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT File Should Be Manditory #57

Open
CryptoCanvas opened this issue Oct 23, 2021 · 1 comment
Open

NFT File Should Be Manditory #57

CryptoCanvas opened this issue Oct 23, 2021 · 1 comment

Comments

@CryptoCanvas
Copy link

It is possible to create and NFT without uploading the NFT file.

  1. Click on Create NFT menu
  2. Enter any NFT Name and NFT Description
  3. Click the CONFIRM button
  4. As a result an NFT without any content is created

The COMMIT button is active without an NFT content file uploaded:

No NFT File

Perhaps the COMMIT button should be blocked and an error message displayed if there is no NFT content file uploaded.

Crypto Canvas ***7

@0x00trust
Copy link

0x00trust commented May 15, 2022

https://github.com/qtumproject/qtum-web-wallet/tree/master/src/controllers/CreateNFT.vue

        <uploader class="nft-img__uploader"
          accept="image/*"
          :before-upload="beforeAvatarUpload"
          :on-success="handleFileComplete"
          :show-file-list="false"
          action="https://api.qtumwallet.org/picture/upload"
        >

No api for upload
So you need create for your own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants