TERNOA Documentation
Learn Build
  • What is Ternoa Chain ?
  • SPECS
    • Polygon CDK zkEVM
    • Polygon AggLayer
    • Avail DA
    • Trusted Execution Environments 
  • BUILD
    • Wallets
    • RPC
    • API
    • Explorer
  • Tools
    • Staking
    • Ternoa Safe
    • TIP
  • Community
    • Ternoa.com
    • Github
    • Discord
    • Twitter
    • Medium
Powered by GitBook
On this page
  1. GETTING STARTED

Ink! Smartcontracts

Last updated 1 year ago

Overview

This tutorial provided on developing smart contracts walks you through utilizing the 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 that has been preconfigured for convenience.

Should you opt for the , it will be necessary for you to manually incorporate the 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.

  • Let's : The Flipper smart contract.

ink! programming language
substrate-contracts-node
standard node template
Contracts pallet
start building your first smart-contract