examples icon indicating copy to clipboard operation
examples copied to clipboard

NFT minting is missing the canisister id in the example. Breadcrumbsportal/docs/samples /nft.md

Open testpuddle opened this issue 2 years ago • 1 comments

The step to deploy fails. It needs the canister id as the last argument:

dfx deploy --no-wallet --argument
"(record { name = "Numbers One Through Fifty"; symbol = "NOTF"; logo = opt record { data = "$(base64 -i ./logo.png)"; logo_type = "image/png"; }; custodians = opt vec { principal "$(dfx identity get-principal)" }; })" dip721_nft_container <<<<<<<<<<<<----- the canister name is required. Works when I added dip721_nft_container [I think].

testpuddle avatar Nov 25 '23 21:11 testpuddle

This edit must be done in the Examples repo, as the documentation pages are pulled from there. I am transferring this issue to the Examples repo.

jessiemongeon1 avatar Mar 09 '24 04:03 jessiemongeon1

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jun 14 '24 01:06 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jun 28 '24 01:06 github-actions[bot]