Skip to content
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
2 changes: 2 additions & 0 deletions docs/developers/tutorials/your-first-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ The interactor crate is located at `ping-pong/contract/ping-pong/interactor` and
To access `wallet-owner.pem` you must navigate up three folders: `../../../`, then into the **wallet** directory.
:::

Make sure to add the absolute path at `Wallet::from_pem_file("/ping-pong/wallet/wallet-owner.pem")`, completing the missing directories above "ping-pong".

This next command deploys the Ping-Pong contract with the following settings:

- Ping Amount: **1 EGLD**.
Expand Down
Loading