-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add NFT How To #1495
Merged
Merged
Add NFT How To #1495
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ploy (#1454) * saving working state * re-merge EVM and WASM * apply suggestions by @jlvandenhout * add simplified explanations in Learn * add and update get funds add tabs to tools delete magic contract how tos for the time being add introduction * first draft deploy a smart contract using remix or hardhat @todo add images and merge with tools section. * normalized how we call the ShimmerEVM testnet * fix links fix numbering * rebased on ISC/restructure saving working state @todo add dummy value to images @todo review ERC721 texts and update images * add how to mint the nft. create admonition for priorknowledge and remix ide\ delete unnecessary images align images in ERC20 update sample ERC721 contract
* Add Randomness how-to * Apply suggestions from code review Co-authored-by: Lucas Tortora <[email protected]> --------- Co-authored-by: Lucas Tortora <[email protected]>
* Restructure how-tos * Update core contract introduction * Add decimals * Update docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/basics/send-assets-to-l1.mdx
* expand gas and allowance explanations * revert unwanted autoformat change * Update docs/build/isc/v1.0.0-rc.6/docs/explanations/invocation.md Co-authored-by: Lucas Tortora <[email protected]> --------- Co-authored-by: Dr-Electron <[email protected]>
Co-authored-by: Jorge Silva <[email protected]>
removed glossary tooltip in smart-contract-anatomy.md clarify that hname identification is only for core and WASM contracts in smart-contract-anatomy.md removed confusing statement about SC logical structure in smart-contract-anatomy.md removed video tutorial from tools.mdx changed serious for production in tools.mdx rephrased gas/fees statement in tools.mdx move explanations below how tos in the sidebar rephrase validator explanation introduction.md removed link to isc-architecture in introduction.md removed isc-architecture.md and included what the relevant info in introduction.md changed md ordered list to html ordered list in tools.mdx to fix the display of the ChainID component changed Shimmer Public Testnet to Public Testnet on _network_warning.md removed all video tutorials
lucas-tortora
force-pushed
the
ISC/restructure
branch
from
March 7, 2024 16:41
5156b07
to
cfcae20
Compare
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/introduction.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/mint-nft.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/mint-nft.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/mint-nft.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/mint-nft.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/mint-nft.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/use-as-erc721.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/use-as-erc721.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/use-as-erc721.md
Outdated
Show resolved
Hide resolved
docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/nft/use-as-erc721.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Lucas Tortora <[email protected]>
lucas-tortora
approved these changes
Mar 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Added an NFT how-to
Links to any relevant issues
Fixes #1446.
Type of change
Change checklist