Skip to content

Commit 4b534b5

Browse files
committed
Remove installing pyaiken
1 parent 547e398 commit 4b534b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/guides/plutus.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Install the python packages ``eopsin-lang`` and ``pyaiken``. We can then build t
103103
104104
$ python3.8 -m venv venv
105105
$ source venv/bin/activate
106-
$ pip install eopsin-lang pyaiken
107-
$ python3 -m eopsin build gift.py
106+
$ pip install eopsin-lang
107+
$ eopsin build gift.py
108108
109109
This is it! You will now find all relevant artifacts for proceeding in the folder ``gift/``.
110110

@@ -201,8 +201,6 @@ Taker/Unlocker provides collateral. Collateral has been introduced in Alonzo tra
201201

202202
>>> signed_tx = builder.build_and_sign([self.extended_payment_skey], taker_address)
203203

204-
>>> context.submit_tx(signed_tx.to_cbor())
205-
206204

207205
Uh oh! That failed. We forgot to add the taker as a `required` signer, so that the contract knows
208206
that they will sign the transaction::

0 commit comments

Comments
 (0)