See Also
About Ethereum EVM’s high GAS cost
As cryptocurrencies mature, the promise of a worldwide distributed ledger and computing platform is now taken for granted by businesses around the world. Billions of dollars were raised in ICOs which leveraged Ethereum’s computing platform. Smart Contracts are no longer seen as a marvel, but form the core of several successful business ventures. Note: This […]
ELI5 How do Tezos Smart Contracts work?
Tezos smart contracts are natively written in Michelson – a purely functional, statically typed programming language. Note: See our cryptocurrency programming languages article, specifically the Haskell section, for reasons why purely functional statically typed languages are highly desirable for crypto development. Since Michelson isn’t very user-friendly, Tezos allows you to write smart contracts in various […]