-
Notifications
You must be signed in to change notification settings - Fork 7
feat: how to mint nft #1125
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
feat: how to mint nft #1125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update—reviewing standard/tokens/nft/how-to-deploy-item.mdx, I have a couple of suggestions; please apply the inline suggestions.
skywardboundd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice page, it’s one I was expecting.
I think this page should also include a deep dive on how to prepare individual_content, since that’s the most common thing developers struggle to understand.
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/tokens/nft/how-to-deploy-item.mdx |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/tokens/nft/how-to-deploy-item.mdx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. In standard/tokens/nft/how-to-deploy-item.mdx: several suggestions are inline—please apply them.
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/tokens/nft/how-to-deploy-item.mdx |
| // query id | ||
| .storeUint(0, 64) | ||
| .storeUint(nextItemIndex, 64) | ||
| // Forwarded to the new item as its initial balance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls add that it is implementation detail, in other collection may be smaller storage reserve
closes #586