From 529e83955841df4e2dff2e97eacceaf04ed29d8b Mon Sep 17 00:00:00 2001 From: Laurent Canis Date: Mon, 19 Dec 2022 13:13:07 -0500 Subject: [PATCH] nix fmt --- docs/Deku-Canonical/deku_c_python.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Deku-Canonical/deku_c_python.md b/docs/Deku-Canonical/deku_c_python.md index ae8d4ad41..46fc66434 100644 --- a/docs/Deku-Canonical/deku_c_python.md +++ b/docs/Deku-Canonical/deku_c_python.md @@ -29,6 +29,7 @@ $ pyenv activate deku ``` Then you can install the library using: + ```bash $ pip3 install . ``` @@ -39,10 +40,11 @@ directory](https://github.com/marigold-dev/deku/tree/main/deku-c/python-client). ## Examples Two examples are given [in the `examples/` directory](https://github.com/marigold-dev/deku/tree/main/deku-c/python-client/examples): -* `examples/bridge.py` demonstrates a deposit from Tezos to Deku using a pre-deployed contract on + +- `examples/bridge.py` demonstrates a deposit from Tezos to Deku using a pre-deployed contract on Ghostnet, as well as the withdraw operation. This contract uses a pre-defined implicit account on Ghostnet, but you may have to change it and/or use the [faucet](https://faucet.ghostnet.teztnets.xyz/) to refill it. -* `examples/contracts.py` shows the origination of a contract on Deku and invocation of an +- `examples/contracts.py` shows the origination of a contract on Deku and invocation of an entrypoint of this contract. You can then observe that the contract storage has changed using the [Deku CLI](https://deku.marigold.dev/docs/Deku-Canonical/deku_c_cli).