A software engineer website

Plutus: Pioneers Program 4th cohort - Lecture 4 - On-chain/Off-chain smart contract code and indexers

Gautier DI FOLCO March 26, 2023 [HaskellBlockchain] #haskell #cardano #smart contracts

Cardano smart contract's code is splitted in two parts: on-chain and off-chain

On-chain code is executed during transaction/data blockchain incorporation, on blockchain's side.

Off-chain code which run to build/submit transactions, on the user's side.

There are many indexers:

Some of the indexers are written in Rust, based on the CML library which aims to partially rewrite Cardano ecosystem.

Back to top