Writing a Substrate Smart Contract with Ink
Exploring Ink syntax and Rust concepts with a Non-Fungible Token smart contract
Ink is a smart contract language specifically for use with a Substrate-based blockchain. This talk will delve into a non-fungible token contract written in Ink; we will visit implementations of the minting, transferring and approval functions, and explain the…