⛏ī¸Concordium NFT Minting Tutorial with Rust-SDK

Hey there, in this tutorial we are going to interact with a CIS-2 token contract for minting an NFT using the Concordium Rust-SDK. We will deploy and initialize the contract using the SDK and similarly invoke functions like mint(), transfer(), and tokenMetadata() using it. Since this is an SDK-oriented tutorial, there will not be any specific explanation about smart contract development. You can find many other examples that show how you can interact with Concordium using the Rust-SDK in this example GitHub repository. We will use the Concordium Smart Contracts VSCode Extension to create our template contract.

Last updated