-
Notifications
You must be signed in to change notification settings - Fork 297
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(docs): add NFT tutorial #10161
feat(docs): add NFT tutorial #10161
Conversation
Docs PreviewHey there! 👋 You can check your preview at https://67699e5662c055667ec6d063--aztec-docs-dev.netlify.app |
lgtm after conflicts solved @critesjosh |
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.
will review the remaining stuff in a bit!
docs/docs/tutorials/codealong/contract_tutorials/nft_contract.md
Outdated
Show resolved
Hide resolved
docs/docs/tutorials/codealong/contract_tutorials/nft_contract.md
Outdated
Show resolved
Hide resolved
docs/docs/tutorials/codealong/contract_tutorials/nft_contract.md
Outdated
Show resolved
Hide resolved
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.
refer comments
Co-authored-by: Rahul Kothari <rahul.kothari.201@gmail.com>
Co-authored-by: Rahul Kothari <rahul.kothari.201@gmail.com>
Co-authored-by: Rahul Kothari <rahul.kothari.201@gmail.com>
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.
made a commit for couple of changes:
- the nft tutorial hyperlinked code to token code. Fixed
- added some missing
docs:start
stuff - added some explanation on transient storage and other functions
noir-projects/noir-contracts/contracts/nft_contract/src/main.nr
Outdated
Show resolved
Hide resolved
noir-projects/noir-contracts/contracts/nft_contract/src/types/nft_note.nr
Outdated
Show resolved
Hide resolved
Changes to public function bytecode sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
Adds an NFT tutorial to the docs.
Removes the token contract tutorial.
closes: #10113