
In this lesson we will have an overview of the components of "Plutus playground" and test its features with a guessing game.
In this lesson we will make a simulation for a Crowdfunding campaign. We test both scenarios, when the target amount is reached and when it is not.
In this lesson we will write a "Hello world" smart contract in Plutus.
NOTICE: This course is out of date. It shows PLUTUS as it was in 2019. We are currently working in the new edition that depicts the latest development of the PLUTUS programming language.
In this course, Alejandro Garcia, software developer at IOHK teaches you the basics of Plutus programing language, designed by IOHK to write secure and reliable smart contracts.
Plutus provides an execution platform and functional programming language that runs on the Cardano settlement layer and provides considerable security advantages. It delivers an easier, more robust way to show that your smart contracts are correct and will not encounter the problems found in previous smart contract language design. By using Plutus you can be confident in the correct execution of your smart contracts. It has been designed with three major audiences in mind: developers, business experts, and academia.
Plutus is embedded in Haskell, is familiar to Haskell programmers, while being easier to analyse than Haskell itself.