Ink! Smartcontracts

Overview

This tutorial provided on developing smart contracts walks you through utilizing the ink! programming language to construct smart contracts for execution on a blockchain built with Substrate.

To maintain a focus on the fundamental aspects of smart contract development, these tutorials utilize a substrate-contracts-node that has been preconfigured for convenience.

Should you opt for the standard node template, it will be necessary for you to manually incorporate the Contracts pallet into your development setup, along with making several other modifications. You may review and compare their runtime codes for further insights into the distinctions between the two nodes.

Last updated