diff --git a/docs/source/guides/plutus.rst b/docs/source/guides/plutus.rst index df60a2c0..9d495f91 100644 --- a/docs/source/guides/plutus.rst +++ b/docs/source/guides/plutus.rst @@ -4,9 +4,9 @@ Smart Contracts Smart Contracts on Cardano allow us to incorporate expressive logics to determine when a particular UTxO can be spent. The official language to write Contracts is Plutus, which is why we will often refer to "Plutus Scripts" and "Plutus binarys". -However, many `many different languages ` are emerging +However, many `many different languages `_ are emerging that aim to make the development of contracts more accesible. -In this tutorial, we will focus on `eopsin `, +In this tutorial, we will focus on `eopsin `_, a Smart Contract language based on python. In order to understand how Smart Contracts work on Cardanos eUTxO model we need to understand a couple of concepts.