Ink! Smartcontracts

Overview

This tutorial provided on developing smart contracts walks you through utilizing the ink! programming languagearrow-up-right 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-nodearrow-up-right that has been preconfigured for convenience.

Should you opt for the standard node templatearrow-up-right, it will be necessary for you to manually incorporate the Contracts palletarrow-up-right 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