File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ Install the python packages ``eopsin-lang`` and ``pyaiken``. We can then build t
103
103
104
104
$ python3.8 -m venv venv
105
105
$ 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
108
108
109
109
This is it! You will now find all relevant artifacts for proceeding in the folder ``gift/ ``.
110
110
@@ -201,8 +201,6 @@ Taker/Unlocker provides collateral. Collateral has been introduced in Alonzo tra
201
201
202
202
>>> signed_tx = builder.build_and_sign([self.extended_payment_skey], taker_address)
203
203
204
- >>> context.submit_tx(signed_tx.to_cbor())
205
-
206
204
207
205
Uh oh! That failed. We forgot to add the taker as a `required ` signer, so that the contract knows
208
206
that they will sign the transaction::
You can’t perform that action at this time.
0 commit comments