What is Cardano Smart Contract

Cardano Smart Contracts are programs written on the Cardano blockchain platform. These programs are written in Plutus language and basically have transactions as the input and output. Programs in the smart contract are automatically executed should certain conditions be met. History and the current state […]

What is Plutus and what makes it unique?

Plutus is perhaps quite the amalgamation of a few concepts. In precise terms, it is a functional programming language that is used to write smart contracts for the Cardano blockchain platform. It is based on the Haskell programming language and Lambda calculus, implementing the best […]

What is Haskell and its link to Plutus?

Haskell in its bare essence is a programming language that is purely functional. One of the more secure forms of code, due to being static and finds its place in various domains due to the numerous advantages it provides. However, Haskell has been around for […]