Until now, we’ve gone through the following -
sign
transactions that miners use to verify
and credit/debit balancesIn today’s class, we’ll understand about one of the biggest use-case that blockchains like Solana/ETH solve for - Programs/Smart contracts.
ETH was one of the first blockchains to introduce the concept
of decentralized state
/ programs
. These are popularly known as smart contracts
on the ETH blockchain.
HTTP Servers are deployed on cloud providers like GCP, Azure
Smart contracts/programs are deployed on the blockchain
The way solana programs work is significantly different from other blockchains. Lets understand how.