Skip to content

Fix typo that broke link formatting in the plutus introduction #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/guides/plutus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://aiken-lang.org/ecosystem-overview#the-alternatives>` are emerging
However, many `many different languages <https://aiken-lang.org/ecosystem-overview#the-alternatives>`_ are emerging
that aim to make the development of contracts more accesible.
In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/eopsin>`,
In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/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.

Expand Down