We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to create and NFT without uploading the NFT file.
The COMMIT button is active without an NFT content file uploaded:
Perhaps the COMMIT button should be blocked and an error message displayed if there is no NFT content file uploaded.
Crypto Canvas ***7
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
It is possible to create and NFT without uploading the NFT file.
The COMMIT button is active without an NFT content file uploaded:
Perhaps the COMMIT button should be blocked and an error message displayed if there is no NFT content file uploaded.
Crypto Canvas ***7
The text was updated successfully, but these errors were encountered: