File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Smart Contracts
44
55Smart Contracts on Cardano allow us to incorporate expressive logics to determine when a particular UTxO can be spent.
66The official language to write Contracts is Plutus, which is why we will often refer to "Plutus Scripts" and "Plutus binarys".
7- However, many `many different languages <https://aiken-lang.org/ecosystem-overview#the-alternatives> ` are emerging
7+ However, many `many different languages <https://aiken-lang.org/ecosystem-overview#the-alternatives >`_ are emerging
88that aim to make the development of contracts more accesible.
9- In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/eopsin> `,
9+ In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/eopsin >`_ ,
1010a Smart Contract language based on python.
1111In order to understand how Smart Contracts work on Cardanos eUTxO model we need to understand a couple of concepts.
1212
You can’t perform that action at this time.
0 commit comments