File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Smart Contracts
4
4
5
5
Smart Contracts on Cardano allow us to incorporate expressive logics to determine when a particular UTxO can be spent.
6
6
The 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
8
8
that 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 >`_ ,
10
10
a Smart Contract language based on python.
11
11
In order to understand how Smart Contracts work on Cardanos eUTxO model we need to understand a couple of concepts.
12
12
You can’t perform that action at this time.
0 commit comments