Concordium / concordium.github.io

Concordium Developer Documentation
https://developer.concordium.software/
Creative Commons Attribution Share Alike 4.0 International
18 stars 34 forks source link

Documentation Typos&Fixes For NFT Tooling & Tutorials #789

Closed bogacyigitbasi closed 1 year ago

bogacyigitbasi commented 1 year ago

In the fungible token tutorial; the title fits better "Mint and burn fungible tokens" -> "Mint fungible tokens". We can add the "burn" First sentence of the tutorial like "In this tutorial, you are going to mint and burn fungible tokens on the Concordium blockchain, send them to multiple accounts, and test the balances. "

bogacyigitbasi commented 1 year ago
  1. In the Low-Code NFT Marketplace section, there is a type in the "Low-Code MFT Marketplace".

  2. Specified URLs for cloning repositories in the pages below, will change with the following (concordium-dapp-examples) when the PR is reviewed&approved

git clone https://github.com/bogacyigitbasi/Low-Code-NFT-Framework -> git clone https://github.com/Concordium/concordium-dapp-examples/tree/main/low-code-nft-marketplace

bogacyigitbasi commented 1 year ago

In the Low-Code NFT Marketplace section, "Mint NFTs with Pinata" window there is a misleading sentence: "To use this functionality create an API key on the platform and copy it." it should be "To use this functionality create an API key on the platform and copy the JWT (JSON Web Token) to use in the marketplace while minting."

This marketplace tutorials title should be changed to "NFT Marketplace Smart Contract Tutorial".